Skip to content

Commit bae030b

Browse files
committed
chore: linting
1 parent 272a5c1 commit bae030b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

components/signup-card.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,7 @@ const submitForm = async () => {
238238
buttonStore.set({id: 'signup-card-form', loading: false})
239239
formSubmitted.value = true
240240
return
241-
242-
})
243-
.catch(() => {
241+
}).catch(() => {
244242
submitError.value = true
245243
buttonStore.set({id: 'signup-card-form', loading: false})
246244
})

0 commit comments

Comments
 (0)