diff --git a/web/src/components/reactions/ReactionSelector.tsx b/web/src/components/reactions/ReactionSelector.tsx index a152e937b..91c6eb267 100644 --- a/web/src/components/reactions/ReactionSelector.tsx +++ b/web/src/components/reactions/ReactionSelector.tsx @@ -42,19 +42,19 @@ const ReactionSelector = observer((props: ReactionSelectorProps) => {
- {instanceMemoRelatedSetting.reactions.map((reactionType) => ( - - ))} + {instanceMemoRelatedSetting.reactions.map((reactionType) => ( + + ))}