diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-12 11:11:10 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-12 11:11:10 -0800 |
commit | b34da6e2d3f78a3d846665ded5d5a0c508873c6c (patch) | |
tree | cddc13f8eb6b7242e7ef61ef2d7216398e00f6e9 /src/components | |
parent | 441ad321ebbc9354101f4b547197603ced63a15c (diff) |
comments, removed unused code
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/profile/ProfileMoreInfoDrawer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/ProfileMoreInfoDrawer.tsx b/src/components/profile/ProfileMoreInfoDrawer.tsx index d8f91abe..2fec5cca 100644 --- a/src/components/profile/ProfileMoreInfoDrawer.tsx +++ b/src/components/profile/ProfileMoreInfoDrawer.tsx @@ -45,7 +45,6 @@ const ProfileMoreInfoDrawer: React.FC<ProfileMoreInfoDrawerProps> = (props) => { // Sending undefined for updatedSelectedBadges to mark that there was no update yet navigation.push('UpdateSPPicture', { editing: true, - updatedSelectedBadges: undefined, }); setIsOpen(false); } |