feat: Remove isAdmin check on merge contact button (#6825)
This commit is contained in:
@@ -109,7 +109,6 @@
|
|||||||
@click="toggleEditModal"
|
@click="toggleEditModal"
|
||||||
/>
|
/>
|
||||||
<woot-button
|
<woot-button
|
||||||
v-if="isAdmin"
|
|
||||||
v-tooltip="$t('CONTACT_PANEL.MERGE_CONTACT')"
|
v-tooltip="$t('CONTACT_PANEL.MERGE_CONTACT')"
|
||||||
title="$t('CONTACT_PANEL.MERGE_CONTACT')"
|
title="$t('CONTACT_PANEL.MERGE_CONTACT')"
|
||||||
class="merge-contact"
|
class="merge-contact"
|
||||||
|
|||||||
Reference in New Issue
Block a user