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

View File

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