diff --git a/frontend/mobile/src/app/(app)/(tabs)/profile.tsx b/frontend/mobile/src/app/(app)/(tabs)/profile.tsx index 4193cbe9..1f80b3c4 100644 --- a/frontend/mobile/src/app/(app)/(tabs)/profile.tsx +++ b/frontend/mobile/src/app/(app)/(tabs)/profile.tsx @@ -24,8 +24,6 @@ type ProfileItemProps = { onPress?: () => void; }; - - const ProfileItem = ({ icon, text, textColor, onPress }: ProfileItemProps) => (