aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-30 14:41:44 -0400
committerIvan Chen <ivan@tagg.id>2021-03-30 14:41:44 -0400
commit4366feca828974b93d1211662f1fb6ee825a2374 (patch)
tree7c438c1808498bab7ba0fbea46c0d337b79df673 /src/components
parent196779e9f404916f2a2ddad53728410761f488ac (diff)
removed comments
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);
};