Commit a4333153 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

feat: disable all actions for admins

parent 77cc3b54
...@@ -279,7 +279,6 @@ ...@@ -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 @@ ...@@ -329,6 +328,7 @@
</svg> </svg>
</button> </button>
</Tooltip> </Tooltip>
{/if}
</div> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment