Skip to content

Commit 27b5b1d

Browse files
author
yashdesu
committed
feat: minor fixes
1 parent bd6bc69 commit 27b5b1d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/passport/components/UserProfileEdit.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,9 @@
299299
await onSubmit()
300300
isAddingProfile = false
301301
302-
window.location.href = `/passport/${eoa}/edit?skinId=${newProfile.id}`
302+
setTimeout(() => {
303+
window.location.href = `/passport/${eoa}/edit?skinId=${newProfile.id}`
304+
}, 3000)
303305
}
304306
305307
const onChangePassportSkinName = (ev: Event) => {

0 commit comments

Comments
 (0)