Skip to content

Commit

Permalink
Update index-tests.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Keisuke Kan <[email protected]>
  • Loading branch information
kei711 and Keisuke Kan authored Dec 4, 2020
1 parent 470b944 commit 518158c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index-tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const UncontrolledDiagram2 = () => {
style={{ padding: '15px', background: 'purple' }}
>
{content}
{inputs?.map((input) => (<div>{input.props.id}</div>))}
{outputs?.map((output) => (<div>{output.props.id}</div>))}
{inputs.map((input) => (<div>{input.props.id}</div>))}
{outputs.map((output) => (<div>{output.props.id}</div>))}
</div>
),
data: {
Expand Down

0 comments on commit 518158c

Please sign in to comment.