summaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-02 13:28:53 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-04-02 13:28:53 +0200
commit1466de563cfb93d5c5db43d59f0e36aee9e3a42f (patch)
tree903592ff78285566add56a00f658c53689fff376 /src/components
parent08fab90457f499f07ee7a632eca048763b7d8c63 (diff)
Remove some properties if empty
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ContactsList/ContactsListItem.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ContactsList/ContactsListItem.vue b/src/components/ContactsList/ContactsListItem.vue
index 64a0b62e..98043703 100644
--- a/src/components/ContactsList/ContactsListItem.vue
+++ b/src/components/ContactsList/ContactsListItem.vue
@@ -41,8 +41,8 @@
<div class="app-content-list-item-line-one">
{{ contact.displayName }}
</div>
- <div class="icon-history" tabindex="0"
- v-tooltip.auto="t('contacts', 'Deleting the contact in {countdown} seconds', { countdown })"
+ <div v-tooltip.auto="t('contacts', 'Deleting the contact in {countdown} seconds', { countdown })" class="icon-history"
+ tabindex="0"
@click.prevent.stop="cancelDeletion" @keypress.enter.prevent.stop="cancelDeletion" />
</div>
</transition>