feat: disable all actions for admins

This commit is contained in:
Timothy J. Baek 2024-05-01 19:50:23 -07:00
parent 77cc3b5470
commit a433315346
1 changed files with 49 additions and 49 deletions

View File

@ -279,7 +279,6 @@
<ChatBubbles />
</button>
</Tooltip>
{/if}
<Tooltip content={$i18n.t('Edit User')}>
<button
@ -329,6 +328,7 @@
</svg>
</button>
</Tooltip>
{/if}
</div>
</td>
</tr>