From c8feb46e11a8259f2c019eac2c5dbc927d706693 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Sun, 20 Jun 2021 23:30:45 +0300 Subject: [PATCH] Closes #563 --- components/u/AvatarWithInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (