Skip to content

Commit

Permalink
Remove one-childed fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Nov 15, 2023
1 parent 2938ae0 commit 525f43d
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@ const ConfigurationDetailWorkspaces: FC = () => {

return (
<ConfigurationDetailPage configurationQuery={configurationQuery} id={id}>
{data && (
<>
<ConfigurationWorkspaceSizeOptions configuration={data} />
</>
)}
{data && <ConfigurationWorkspaceSizeOptions configuration={data} />}
</ConfigurationDetailPage>
);
};
Expand Down

0 comments on commit 525f43d

Please sign in to comment.