diff --git a/frontend/src/components/MakerForm/SelectCoordinator.tsx b/frontend/src/components/MakerForm/SelectCoordinator.tsx index 75cab8fa..f4d0d910 100644 --- a/frontend/src/components/MakerForm/SelectCoordinator.tsx +++ b/frontend/src/components/MakerForm/SelectCoordinator.tsx @@ -9,7 +9,7 @@ import { type SelectChangeEvent, CircularProgress, Stack, - Alert + Alert, } from '@mui/material'; import { Link } from '@mui/icons-material'; import RobotAvatar from '../RobotAvatar';