Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
in-mai-space committed Jun 13, 2024
1 parent a104a7d commit e8957d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/mobile/src/app/(app)/(tabs)/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ type ProfileItemProps = {
onPress?: () => void;
};



const ProfileItem = ({ icon, text, textColor, onPress }: ProfileItemProps) => (
<TouchableOpacity onPress={onPress}>
<Box
Expand Down

0 comments on commit e8957d5

Please sign in to comment.