BrowseStep: Remove useless Fragment

This commit is contained in:
Gustav Hansen 2022-05-25 09:22:17 +02:00
parent 1a8117710e
commit ebda35b916

View File

@ -64,7 +64,6 @@ export const BrowseStep = ({
); );
return ( return (
<>
<Stack spacing={4}> <Stack spacing={4}>
{assets.length > 0 && onSelectAllAsset && ( {assets.length > 0 && onSelectAllAsset && (
<Box> <Box>
@ -178,7 +177,6 @@ export const BrowseStep = ({
</Flex> </Flex>
)} )}
</Stack> </Stack>
</>
); );
}; };