Skip to content

Commit 495cf20

Browse files
committed
fetch profile at the right time
1 parent b635b68 commit 495cf20

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/routes/profile/+page.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@
333333
}
334334
}
335335
336+
fetchProfile();
337+
336338
page.subscribe((v) => {
337339
if (!v.url.searchParams.get("user") || !user) return;
338340
if (

0 commit comments

Comments
 (0)