We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ad8df commit 540de2cCopy full SHA for 540de2c
apps/start/src/components/notifications/table/index.tsx
@@ -27,7 +27,7 @@ export const NotificationsTable = ({ query }: Props) => {
27
return (
28
<>
29
<DataTableToolbar table={table} />
30
- <DataTable table={table} loading={isLoading} />;
+ <DataTable table={table} loading={isLoading} />
31
</>
32
);
33
};
apps/start/src/components/settings/members/index.tsx
@@ -26,7 +26,7 @@ export const MembersTable = ({ query }: Props) => {
26
0 commit comments