Skip to content

Commit

Permalink
fixup! feat: add availability action to the contacts menu
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Nov 26, 2024
1 parent 5d578b1 commit 4e99f03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/ContactsMenuAvailability.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export default {
methods: {
close() {
this.$destroy();

Check failure on line 93 in src/views/ContactsMenuAvailability.vue

View workflow job for this annotation

GitHub Actions / NPM lint

Extra semicolon

Check warning on line 93 in src/views/ContactsMenuAvailability.vue

View check run for this annotation

Codecov / codecov/patch

src/views/ContactsMenuAvailability.vue#L92-L93

Added lines #L92 - L93 were not covered by tests
this.$el.parentNode.removeChild(this.$el);
},
},
}
Expand Down

0 comments on commit 4e99f03

Please sign in to comment.