[FE-COMP-003] fix: Add missing currentUser import in UserProfilePage
This commit is contained in:
parent
56b8f7419c
commit
9348d107cd
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import { Button } from '@/components/ui/button';
|
|||
|
||||
export function UserProfilePage() {
|
||||
const { username } = useParams<{ username: string }>();
|
||||
const { user: currentUser } = useAuthStore();
|
||||
|
||||
const {
|
||||
data: profile,
|
||||
|
|
|
|||
Loading…
Reference in a new issue