mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
BrowseStep: Remove useless Fragment
This commit is contained in:
parent
1a8117710e
commit
ebda35b916
@ -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>
|
||||||
</>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user