Fix follow modal height. Closes #2235
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user