Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
48f73b95ac
commit
9fafd0cfd4
@@ -14,7 +14,7 @@ export function SessionInfo({ data }) {
|
||||
return (
|
||||
<Grid columns="repeat(auto-fit, minmax(200px, 1fr)" gap>
|
||||
<Info label={t(labels.distinctId)} icon={<KeyRound />}>
|
||||
<span style={{ overflowWrap: 'anywhere', wordBreak: 'break-word' }}>
|
||||
<span style={{ overflowWrap: 'anywhere' }}>
|
||||
{data?.distinctId}
|
||||
</span>
|
||||
</Info>
|
||||
|
||||
Reference in New Issue
Block a user