Skip to content

Commit

Permalink
prettified the code
Browse files Browse the repository at this point in the history
  • Loading branch information
chopachop committed Aug 19, 2024
1 parent a3029ac commit 25531fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dashboard/src/components/ManageVersionModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ export const ManageVersionModal: FC<ManageVersionModalProps> = ({ projectId, ver
setOpen(false);
}




return (
<React.Fragment>
{versionId ? (
Expand Down Expand Up @@ -97,6 +94,7 @@ export const ManageVersionModal: FC<ManageVersionModalProps> = ({ projectId, ver
value={newProjectName}
/>
</FormControl>

<Button type="submit">Add version</Button>
</Stack>
)}
Expand Down

0 comments on commit 25531fd

Please sign in to comment.