Skip to content

Commit

Permalink
Removed useless footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeps committed Mar 15, 2023
1 parent d37373c commit c2ea0f8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/Modal/Profile/ProfileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ const ProfileModal: React.FC<ProfileModalProps> = ({ open, handleClose }) => {
</Stack>
</ModalBody>
</Box>

<ModalFooter bg="gray.100" borderRadius="0px 0px 10px 10px">
<Button
variant="outline"
height="30px"
mr={3}
onClick={handleClose}
>
B1
</Button>
<Button height="30px">B2</Button>
</ModalFooter>
</ModalContent>
</Modal>
</>
Expand Down

0 comments on commit c2ea0f8

Please sign in to comment.