Skip to content

Commit 21f9bd2

Browse files
committed
[Chore] 불필요한 코드 제거
1 parent 69353df commit 21f9bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/dashboard/[dashboardId]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import LoadingSpinner from "@/components/common/LoadingSpinner";
2424
export default function Dashboard() {
2525
const router = useRouter();
2626
const { user, isInitialized } = useAuthGuard();
27-
const { guard: postGuard, isLoading } = usePostGuard();
27+
const { guard: postGuard } = usePostGuard();
2828

2929
const { dashboardId } = router.query;
3030
const [columns, setColumns] = useState<ColumnType[]>([]);

0 commit comments

Comments
 (0)