1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00
This commit is contained in:
mrjvs 2023-11-26 16:33:05 +01:00
commit 63c509891e

View file

@ -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}