Skip to content

Commit

Permalink
Update if.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
AryamanAgrawalIronclad committed Oct 10, 2023
1 parent 56ad7de commit c90b74c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/docs/node-reference/if.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ If the condition is falsy, the value is passed through the False port, and the T

## Inputs

| Title | Data Type | Description | Required | |
| ------ | ----------- | ------------------------------------------------ | -------- |
| If | conditional | The condition you would like to check. | True |
| Value | any | The value to check the condition against. | True |
| Title | Data Type | Description | Required | |
| ------ | ----------- | ----------------------------------------------------------- | -------- |
| If | conditional | The condition you would like to check. | True |
| Value | any | The value passed through either True or False ports. | True |
</TabItem>

<TabItem value="outputs">
Expand Down

0 comments on commit c90b74c

Please sign in to comment.