refactor(parameterComponent): update text displayed based on the value of the 'left' prop for better clarity and consistency
This commit is contained in:
parent
cd28ae2c59
commit
90c864fafc
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export default function ParameterComponent({
|
|||
<>
|
||||
{index === 0 && (
|
||||
<span>
|
||||
{left ? "Components to connect into:" : "Components to connect to:"}
|
||||
{left ? "Avaliable source components:" : "Avaliable target components:"}
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue