remove unneeded nesting

This commit is contained in:
Abhinav 2024-01-30 05:22:08 +05:30
parent 0435fbc47c
commit aaf1a8d3b5

View file

@ -53,7 +53,6 @@ export default function CollectionInfoWithOptions({
};
return (
<>
<CollectionInfoBarWrapper>
<SpaceBetweenFlex>
<CollectionInfo
@ -69,6 +68,5 @@ export default function CollectionInfoWithOptions({
)}
</SpaceBetweenFlex>
</CollectionInfoBarWrapper>
</>
);
}