Skip to content

Commit

Permalink
Mob: cleanup warning (#2122)
Browse files Browse the repository at this point in the history
Update Categories.tsx
  • Loading branch information
ameer2468 committed Feb 22, 2024
1 parent a4b7296 commit 6358c57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/mobile/src/components/overview/Categories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,12 @@ const Categories = ({ kinds }: Props) => {
break;
}
return (
<View style={twStyle('w-fit')}>
<KindItem
kind={kind}
name={name}
icon={icon}
items={count}
/>
</View>
);
}}
/>
Expand Down

0 comments on commit 6358c57

Please sign in to comment.