From b15aa1965e1cf2e02eaa93366a765db99f14778c Mon Sep 17 00:00:00 2001 From: Sam Samskies Date: Fri, 10 Feb 2023 10:35:20 -0600 Subject: [PATCH] remove follow button --- src/Element/Reactions.tsx | 5 ----- 1 file changed, 5 deletions(-) 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 - ); })}