diff --git a/components/u/AvatarWithInfo.tsx b/components/u/AvatarWithInfo.tsx index 508bf3d76..c7fc32028 100644 --- a/components/u/AvatarWithInfo.tsx +++ b/components/u/AvatarWithInfo.tsx @@ -47,7 +47,7 @@ const AvatarWithInfo: React.FC = ({ ? ` ${motion > 0 ? "+" : ""}${motion} ${t`Motion`}` : ""; - return `${stickSensString} ${motionSensString}`; + return `${motionSensString} ${stickSensString}`; } return (