Skip to content

Commit 6e3b3fd

Browse files
committed
🔧 handleSwapPageRedirect . value
1 parent 47f1d34 commit 6e3b3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/profile/ProfileDetail.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ const onFollowingClick = () => {
645645
646646
const handleSwapPageRedirect = () => {
647647
doAfterCheckCurrentChainVM(() => {
648-
return navigateTo(`/${urlPrefix}/swap/${isOwner.value ? '' : id}`)
648+
return navigateTo(`/${urlPrefix.value}/swap/${isOwner.value ? '' : id.value}`)
649649
})
650650
}
651651

0 commit comments

Comments
 (0)