diff --git a/apps/start/src/components/notifications/table/index.tsx b/apps/start/src/components/notifications/table/index.tsx index 70f28e04..f658cda5 100644 --- a/apps/start/src/components/notifications/table/index.tsx +++ b/apps/start/src/components/notifications/table/index.tsx @@ -27,7 +27,7 @@ export const NotificationsTable = ({ query }: Props) => { return ( <> - ; + ); }; diff --git a/apps/start/src/components/settings/members/index.tsx b/apps/start/src/components/settings/members/index.tsx index 60f5340a..a23ca81b 100644 --- a/apps/start/src/components/settings/members/index.tsx +++ b/apps/start/src/components/settings/members/index.tsx @@ -26,7 +26,7 @@ export const MembersTable = ({ query }: Props) => { return ( <> - ; + ); };