From d6b797aa0c3dd09e7a8d16b38dacce173ba50227 Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Thu, 18 May 2023 16:18:07 +0300 Subject: [PATCH] SharePopup - IsVisible as optional prop (#100) --- src/components/Nav/ProfilePopup.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Nav/ProfilePopup.tsx b/src/components/Nav/ProfilePopup.tsx index 023cd931..c750c944 100644 --- a/src/components/Nav/ProfilePopup.tsx +++ b/src/components/Nav/ProfilePopup.tsx @@ -26,7 +26,9 @@ export const ProfilePopup = (props: ProfilePopupProps) => { {t('Drafts')}
  • - {t('Subscriptions')} + + {t('Subscriptions')} +