+
+
+
+
+ {prefixDesc}
+ {emojiData?.colons}
+
+
+ );
+};
export default function Reaction({ mid, reactions = null }) {
const [reactWithEmoji] = useReactMessageMutation();
const { currUid } = useSelector((store) => {
@@ -81,7 +142,7 @@ export default function Reaction({ mid, reactions = null }) {
if (!reactions || Object.entries(reactions).length == 0) return null;
return (