Skip to content

Commit

Permalink
Fix type-check
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Feb 15, 2023
1 parent f95d0c6 commit d075d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/tests/e2e.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ describe('@remote-ui/react', () => {

return (
<>
{showImage && <RemoteImage data-test-id="image" />}
{showImage && <RemoteImage src="image.png" />}
<RemoteButton onPress={() => setShowImage((prev) => !prev)}>
Toggle image
</RemoteButton>
Expand Down

0 comments on commit d075d2d

Please sign in to comment.