aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/profile/ProfileMoreInfoDrawer.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/ProfileMoreInfoDrawer.tsx b/src/components/profile/ProfileMoreInfoDrawer.tsx
index 5c5edf6c..67e59747 100644
--- a/src/components/profile/ProfileMoreInfoDrawer.tsx
+++ b/src/components/profile/ProfileMoreInfoDrawer.tsx
@@ -36,7 +36,6 @@ const ProfileMoreInfoDrawer: React.FC<ProfileMoreInfoDrawerProps> = (props) => {
};
const goToSettingsPage = () => {
- // Sending undefined for updatedSelectedBadges to mark that there was no update yet
navigation.navigate('SettingsScreen');
setIsOpen(false);
};