Browse Source

Merge branch 'v4' of https://github.com/JamesHawkinss/movie-web into v4

pull/497/head
mrjvs 2 years ago
parent
commit
63c509891e
  1. 2
      src/components/Avatar.tsx

2
src/components/Avatar.tsx

@ -71,7 +71,7 @@ export function UserAvatar(props: { @@ -71,7 +71,7 @@ export function UserAvatar(props: {
bottom={props.bottom}
/>
{props.withName && bufferSeed ? (
<span>
<span className="hidden md:inline-block">
{deviceName.length >= 20
? `${deviceName.slice(0, 20 - 1)}`
: deviceName}

Loading…
Cancel
Save