Skip to content

Commit

Permalink
fix: added fragment to satisfy the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shackerman committed May 21, 2024
1 parent 57acc84 commit 67c7ef5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/objectdetection/src/CameraStream.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ export const CameraStream: React.FC<Props> = () => {
))}
</Canvas>
<Pressable style={styles.cameraSwitchButton} onPress={setActiveCamera}>
<Ionicons name="repeat-outline"></Ionicons>
<>
<Ionicons name="repeat-outline" />
</>
</Pressable>
</View>
);
Expand Down

0 comments on commit 67c7ef5

Please sign in to comment.