From 4254f328f9e85fcb838815bbee1ccedbcb41daf4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 21 Apr 2021 15:13:10 +0200 Subject: dark mode notifications + /api/social/list endpoints working --- components/notificationsArea.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components') diff --git a/components/notificationsArea.tsx b/components/notificationsArea.tsx index 8ee554a..d000669 100644 --- a/components/notificationsArea.tsx +++ b/components/notificationsArea.tsx @@ -35,7 +35,7 @@ export function NotificationsArea(props: { setPreviousMessages(messages); }); - return props.visible && + return props.visible &&

Meldingen

{props.gameInvites?.map(game => )} @@ -55,7 +55,7 @@ function Acceptable(props: { onAccept?: () => void; onDeny?: () => void; }) { - return + return
{props.children}
-- cgit v1.2.3