fix(frontend): use Clerk-safe auth wrapper on activity page

This commit is contained in:
Ishaan (OpenClaw)
2026-02-07 08:09:46 +00:00
parent affce2aba8
commit 26787d64fd

View File

@@ -3,7 +3,7 @@
import { memo, useCallback, useEffect, useMemo, useRef, useState } from "react";
import Link from "next/link";
import { SignInButton, SignedIn, SignedOut, useAuth } from "@clerk/nextjs";
import { SignInButton, SignedIn, SignedOut, useAuth } from "@/auth/clerk";
import { ArrowUpRight, Activity as ActivityIcon } from "lucide-react";
import { ApiError } from "@/api/mutator";