This commit is contained in:
Kalle (Sendou)
2021-06-20 23:30:45 +03:00
parent 7b557afccf
commit c8feb46e11

View File

@@ -47,7 +47,7 @@ const AvatarWithInfo: React.FC<AvatarWithInfoProps> = ({
? ` ${motion > 0 ? "+" : ""}${motion} ${t`Motion`}`
: "";
return `${stickSensString} ${motionSensString}`;
return `${motionSensString} ${stickSensString}`;
}
return (