fix: formatting breaking build
This commit is contained in:
parent
7c13a3fd01
commit
a163ab8d96
@ -162,7 +162,9 @@ export const ChatModerationDetailsModal: FC<ChatModerationDetailsModalProps> = (
|
||||
>
|
||||
<Spin spinning={loading}>
|
||||
<UserColorBlock color={displayColor} />
|
||||
{scopes?.map(scope => <Tag key={scope}>{scope}</Tag>)}
|
||||
{scopes?.map(scope => (
|
||||
<Tag key={scope}>{scope}</Tag>
|
||||
))}
|
||||
{authenticated && <Tag>Authenticated</Tag>}
|
||||
{isBot && <Tag>Bot</Tag>}
|
||||
<ValueRow label="Messages Sent Across Clients" value={totalMessagesSent.toString()} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user