diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-26 13:16:20 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-26 13:16:20 -0800 |
commit | 8e48253d51f10fde40af25868a45a4c1a2fa8265 (patch) | |
tree | 8c7385cd283aedf2ddbc06fdd8e81c9c0f46d0d5 /src | |
parent | 47222416634dc7037c378463c6958d3dfceb039d (diff) |
comment
Diffstat (limited to 'src')
-rw-r--r-- | src/components/profile/ProfilePreview.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/profile/ProfilePreview.tsx b/src/components/profile/ProfilePreview.tsx index 2f107609..0021b1c6 100644 --- a/src/components/profile/ProfilePreview.tsx +++ b/src/components/profile/ProfilePreview.tsx @@ -141,6 +141,7 @@ const ProfilePreview: React.FC<ProfilePreviewProps> = ({ ); } + // Close Mutual Friends drawer on suggested people upon navigation if (setMFDrawer) { setMFDrawer(false); } |