From 976b6393d5d2be18e7b70447ef49f8d1b801b835 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Mon, 29 Mar 2021 18:18:00 -0700 Subject: continued --- src/components/notifications/NotificationPrompts.tsx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/components/notifications') diff --git a/src/components/notifications/NotificationPrompts.tsx b/src/components/notifications/NotificationPrompts.tsx index dc27925b..386b45e6 100644 --- a/src/components/notifications/NotificationPrompts.tsx +++ b/src/components/notifications/NotificationPrompts.tsx @@ -17,6 +17,21 @@ export const InviteFriendsPrompt: React.FC = () => { ); }; +export const PrivateAccountsPrompt: React.FC = () => { + return ( + {}} + /> + ); +}; + interface SPPromptNotificationProps { showSPNotifyPopUp: boolean; } -- cgit v1.2.3-70-g09d2