Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
vhande committed Nov 22, 2024
1 parent 161b049 commit fc17f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/steps/AdditionalInformationStep/LabelsStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function LabelsStep({

const isWriting = addLabelMutation.isLoading || removeLabelMutation.isLoading;
const [isInvalid, setIsInvalid] = useState(false);

return (
<Inline width={isInvalid ? '100%' : '50%'} spacing={5}>
<Stack
Expand Down

0 comments on commit fc17f31

Please sign in to comment.