Don't need to show role as account-block is showing it

pull/1254/head
Lim Chee Aun 2025-08-25 15:03:41 +08:00
rodzic 2cd3f7a579
commit f8e215ac4e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -710,7 +710,7 @@ function AccountInfo({
<Icon icon="group" /> <Trans>Group</Trans>
</span>
)}
{roles?.map((role) => (
{/* {roles?.map((role) => (
<span class="tag">
{role.name}
{!!accountInstance && (
@ -722,7 +722,7 @@ function AccountInfo({
</>
)}
</span>
))}
))} */}
<div
class="note"
dir="auto"