From fc17f3123e61dfc725c492e35e360a0bad20e6e5 Mon Sep 17 00:00:00 2001 From: vhande <78013271+vhande@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:26:17 +0100 Subject: [PATCH] Fix format --- src/pages/steps/AdditionalInformationStep/LabelsStep.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/steps/AdditionalInformationStep/LabelsStep.tsx b/src/pages/steps/AdditionalInformationStep/LabelsStep.tsx index 8a363d7ff..ada5124db 100644 --- a/src/pages/steps/AdditionalInformationStep/LabelsStep.tsx +++ b/src/pages/steps/AdditionalInformationStep/LabelsStep.tsx @@ -65,7 +65,7 @@ function LabelsStep({ const isWriting = addLabelMutation.isLoading || removeLabelMutation.isLoading; const [isInvalid, setIsInvalid] = useState(false); - + return (