mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 05:55:10 +01:00
Merge branch 'v4' of https://github.com/JamesHawkinss/movie-web into v4
This commit is contained in:
commit
63c509891e
@ -71,7 +71,7 @@ export function UserAvatar(props: {
|
|||||||
bottom={props.bottom}
|
bottom={props.bottom}
|
||||||
/>
|
/>
|
||||||
{props.withName && bufferSeed ? (
|
{props.withName && bufferSeed ? (
|
||||||
<span>
|
<span className="hidden md:inline-block">
|
||||||
{deviceName.length >= 20
|
{deviceName.length >= 20
|
||||||
? `${deviceName.slice(0, 20 - 1)}…`
|
? `${deviceName.slice(0, 20 - 1)}…`
|
||||||
: deviceName}
|
: deviceName}
|
||||||
|
Loading…
Reference in New Issue
Block a user