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 69353df commit 21f9bd2Copy full SHA for 21f9bd2
src/pages/dashboard/[dashboardId]/index.tsx
@@ -24,7 +24,7 @@ import LoadingSpinner from "@/components/common/LoadingSpinner";
24
export default function Dashboard() {
25
const router = useRouter();
26
const { user, isInitialized } = useAuthGuard();
27
- const { guard: postGuard, isLoading } = usePostGuard();
+ const { guard: postGuard } = usePostGuard();
28
29
const { dashboardId } = router.query;
30
const [columns, setColumns] = useState<ColumnType[]>([]);
0 commit comments