feat: Remove isAdmin check on merge contact button (#6825)

This commit is contained in:
Shivam Mishra 2023-04-04 22:28:10 +05:30 committed by GitHub
parent ebd5fbef17
commit b39e5bb642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,6 @@
@click="toggleEditModal"
/>
<woot-button
v-if="isAdmin"
v-tooltip="$t('CONTACT_PANEL.MERGE_CONTACT')"
title="$t('CONTACT_PANEL.MERGE_CONTACT')"
class="merge-contact"