Skip to content

Commit 0c19ad6

Browse files
committed
removed unused variables from returned
1 parent 1421919 commit 0c19ad6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/AuthorCardViewing.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,7 @@ export default defineComponent({
8383
})
8484
const authorErrors = [...emailErrors.value, ...orcidErrors.value]
8585
return {
86-
authorErrors,
87-
emailErrors,
88-
orcidErrors
86+
authorErrors
8987
}
9088
},
9189
emits: ['editPressed', 'moveDown', 'moveUp']

0 commit comments

Comments
 (0)