From c078e89f5953557184f7649a8f9da63c5b304bb5 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 11 Oct 2021 14:33:40 -0400 Subject: [PATCH] Remove semicolon from notifications panel Signed-off-by: Robin Townsend --- src/components/structures/NotificationPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/NotificationPanel.tsx b/src/components/structures/NotificationPanel.tsx index 68c90490673..c37eeca0913 100644 --- a/src/components/structures/NotificationPanel.tsx +++ b/src/components/structures/NotificationPanel.tsx @@ -69,7 +69,7 @@ export default class NotificationPanel extends React.PureComponent { }}> { content } - ; + ; } }