Skip to content

Commit f44089a

Browse files
authored
Update profile.tsx
1 parent a66f54b commit f44089a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/home/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ function ProfilePage() {
198198
const userController = new UserController();
199199
await userController.updateUser(profile.id, { profileBackground: publicUrlData.publicUrl });
200200
setShowBgModal(false);
201-
window.location.reload();
201+
// window.location.reload();
202202
} catch (err) {
203203
alert('背景照上傳失敗');
204204
}

0 commit comments

Comments
 (0)