diff --git a/src/core/components/ProfileModal.tsx b/src/core/components/ProfileModal.tsx index bbaaaf5c803f4e137277c206e8bc5c71abd8cd1f..e97aba03daf8c8023a6ab7345b82544e5f119b4f 100644 --- a/src/core/components/ProfileModal.tsx +++ b/src/core/components/ProfileModal.tsx @@ -1,6 +1,5 @@ -import { - Avatar, Box, Button, IconButton, TextField, Typography, -} from '@material-ui/core'; +// eslint-disable-next-line object-curly-newline +import { Avatar, Box, Button, IconButton, TextField, Typography } from '@material-ui/core'; import CloseIcon from '@material-ui/icons/Close'; import React, { Dispatch, SetStateAction } from 'react'; import { CustomModal } from './CustomModal';