Add realm state
cgen-ec93075b5d2e43079aee44ca1d01fb23
This commit is contained in:
parent
1f442a5fbb
commit
830989a62f
1 changed files with 3 additions and 0 deletions
|
|
@ -91,6 +91,9 @@ export default function Dashboard() {
|
|||
const [userPosts, setUserPosts] = useState<any[]>([]);
|
||||
const [applications, setApplications] = useState<any[]>([]);
|
||||
const [connectionAction, setConnectionAction] = useState<string | null>(null);
|
||||
const [userRealm, setUserRealm] = useState<RealmKey | null>(null);
|
||||
const [experienceLevel, setExperienceLevel] = useState("beginner");
|
||||
const [savingRealm, setSavingRealm] = useState(false);
|
||||
const [searchParams, setSearchParams] = useSearchParams();
|
||||
const [activeTab, setActiveTab] = useState(() => searchParams.get("tab") ?? "profile");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue