mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 00:39:49 +00:00
BrowseStep: Remove useless Fragment
This commit is contained in:
parent
1a8117710e
commit
ebda35b916
@ -64,7 +64,6 @@ export const BrowseStep = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<>
|
||||
<Stack spacing={4}>
|
||||
{assets.length > 0 && onSelectAllAsset && (
|
||||
<Box>
|
||||
@ -178,7 +177,6 @@ export const BrowseStep = ({
|
||||
</Flex>
|
||||
)}
|
||||
</Stack>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user