diff --git a/editor.planx.uk/src/@planx/components/FileUploadAndLabel/SelectMultiple.tsx b/editor.planx.uk/src/@planx/components/FileUploadAndLabel/SelectMultiple.tsx index 66cac4e7ba..f3f113e59e 100644 --- a/editor.planx.uk/src/@planx/components/FileUploadAndLabel/SelectMultiple.tsx +++ b/editor.planx.uk/src/@planx/components/FileUploadAndLabel/SelectMultiple.tsx @@ -17,7 +17,7 @@ import { styled } from "@mui/material/styles"; import TextField from "@mui/material/TextField"; import Typography from "@mui/material/Typography"; import capitalize from "lodash/capitalize"; -import React, { forwardRef, PropsWithChildren, useMemo, useState } from "react"; +import React, { forwardRef, PropsWithChildren, useMemo } from "react"; import { borderedFocusStyle } from "theme"; import Checkbox from "ui/shared/Checkbox"; @@ -157,13 +157,9 @@ const renderOption: AutocompleteProps< "div" >["renderOption"] = (props, option, { selected }) => ( - + {option.name} );