chore(deps): update prettier to version 3.6.2 and adjust peer dependencies in package-lock.json (#4663)

This commit is contained in:
서정현
2025-11-03 09:09:01 -08:00
committed by GitHub
parent 24fc8d4e9c
commit 24cd89a114
3 changed files with 223 additions and 82 deletions
@@ -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()} />