Co-authored-by: thisProjects <wibbet@wobbet.com>
This commit is contained in:
@@ -147,11 +147,10 @@ export const ChatModerationDetailsModal: FC<ChatModerationDetailsModalProps> = (
|
|||||||
),
|
),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Spin spinning={loading}>
|
<Spin spinning={loading}>
|
||||||
<UserColorBlock color={displayColor} />
|
<UserColorBlock color={displayColor} />
|
||||||
{scopes.map(scope => (
|
{scopes?.map(scope => (
|
||||||
<Tag key={scope}>{scope}</Tag>
|
<Tag key={scope}>{scope}</Tag>
|
||||||
))}
|
))}
|
||||||
{authenticated && <Tag>Authenticated</Tag>}
|
{authenticated && <Tag>Authenticated</Tag>}
|
||||||
|
|||||||
Reference in New Issue
Block a user