Skip to content

Commit

Permalink
frontend: apply lint after update
Browse files Browse the repository at this point in the history
  • Loading branch information
BacLuc committed Nov 13, 2023
1 parent f9792ca commit 7113c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/collaborator/CollaboratorEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
resendingEmail
? 'mdi-refresh'
: emailSent
? 'mdi-email-check'
: 'mdi-email-fast'
? 'mdi-email-check'
: 'mdi-email-fast'
"
:animate="resendingEmail"
:disabled="disabled || resendingEmail || emailSent"
Expand Down

0 comments on commit 7113c39

Please sign in to comment.