Skip to content

Commit

Permalink
Removed unused test button in Settings Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadfadhli committed Oct 21, 2024
1 parent ee88b2f commit 5a8248f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/iQMA-Skills-Builder/app/screens/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ export default function Settings() {
onToggle={toggleNotifications}
/>
</View>
<Button
title="Press Me"
onPress={() => router.push('EditProfile')}
/>

<CustomButton
label="Log out"
Expand Down

0 comments on commit 5a8248f

Please sign in to comment.