We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73ce1df commit 78db755Copy full SHA for 78db755
1 file changed
app/pages/profile/[handle]/index.vue
@@ -31,7 +31,7 @@ const websiteInput = ref()
31
const isUpdateProfileActionPending = ref(false)
32
33
watchEffect(() => {
34
- if (isEditing) {
+ if (isEditing.value) {
35
if (profile) {
36
displayNameInput.value = profile.value.displayName
37
descriptionInput.value = profile.value.description
0 commit comments