From fb9001949bad4e566dabfc07e5a9e3ecdae12ae7 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Thu, 20 Oct 2022 20:36:40 -0700 Subject: [PATCH] Fix follow modal height. Closes #2235 --- web/components/action-buttons/FollowButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/components/action-buttons/FollowButton.tsx b/web/components/action-buttons/FollowButton.tsx index 93d62ad1a..af0ab9e36 100644 --- a/web/components/action-buttons/FollowButton.tsx +++ b/web/components/action-buttons/FollowButton.tsx @@ -32,7 +32,6 @@ export const FollowButton: FC = props => { open={showModal} handleCancel={() => setShowModal(false)} width="550px" - height="200px" > setShowModal(false)} />