Skip to content

Commit d72a756

Browse files
committed
fix(ui): pass handle.value instead of ComputedRef to updateProfile
1 parent 78db755 commit d72a756

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/profile/[handle]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function updateProfile() {
5656
}
5757
5858
try {
59-
const result = await updateProfileUtil(handle, {
59+
const result = await updateProfileUtil(handle.value, {
6060
displayName: displayNameInput.value,
6161
description: descriptionInput.value,
6262
website: websiteInput.value,

0 commit comments

Comments
 (0)