Fix follow modal height. Closes #2235

This commit is contained in:
Gabe Kangas 2022-10-20 20:36:40 -07:00
parent 420d6c835d
commit fb9001949b
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA

View File

@ -32,7 +32,6 @@ export const FollowButton: FC<FollowButtonProps> = props => {
open={showModal}
handleCancel={() => setShowModal(false)}
width="550px"
height="200px"
>
<FollowModal account={account} name={name} handleClose={() => setShowModal(false)} />
</Modal>