diff --git a/src/Element/Reactions.tsx b/src/Element/Reactions.tsx index dbeabf859..1599ab701 100644 --- a/src/Element/Reactions.tsx +++ b/src/Element/Reactions.tsx @@ -12,7 +12,6 @@ import ZapIcon from "Icons/Zap"; import { Tab } from "Element/Tabs"; import { ParsedZap } from "Element/Zap"; import ProfileImage from "Element/ProfileImage"; -import FollowButton from "Element/FollowButton"; import Tabs from "Element/Tabs"; import Close from "Icons/Close"; import Modal from "Element/Modal"; @@ -98,7 +97,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio {ev.content === "+" ? : ev.content} - ); })} @@ -112,7 +110,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio {formatShort(z.amount)} {z.content}} /> - ) ); @@ -125,7 +122,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio - ); })} @@ -137,7 +133,6 @@ const Reactions = ({ show, setShow, positive, negative, reposts, zaps }: Reactio - ); })}