mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Co-authored-by: thisProjects <wibbet@wobbet.com>
This commit is contained in:
parent
d537568749
commit
17afdb1997
@ -147,11 +147,10 @@ export const ChatModerationDetailsModal: FC<ChatModerationDetailsModalProps> = (
|
||||
),
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<Spin spinning={loading}>
|
||||
<UserColorBlock color={displayColor} />
|
||||
{scopes.map(scope => (
|
||||
{scopes?.map(scope => (
|
||||
<Tag key={scope}>{scope}</Tag>
|
||||
))}
|
||||
{authenticated && <Tag>Authenticated</Tag>}
|
||||
|
Loading…
x
Reference in New Issue
Block a user