Commit 3726b6bb authored by Vignesh Mohankumar's avatar Vignesh Mohankumar Committed by GitHub

fix: remove top-level Fragment (#6540)

parent bfde34c7
...@@ -140,7 +140,6 @@ export default function SwapPage({ className }: { className?: string }) { ...@@ -140,7 +140,6 @@ export default function SwapPage({ className }: { className?: string }) {
const loadedUrlParams = useDefaultsFromURLSearch() const loadedUrlParams = useDefaultsFromURLSearch()
return ( return (
<Trace page={InterfacePageName.SWAP_PAGE} shouldLogImpression> <Trace page={InterfacePageName.SWAP_PAGE} shouldLogImpression>
<>
<PageWrapper> <PageWrapper>
<Swap <Swap
className={className} className={className}
...@@ -153,7 +152,6 @@ export default function SwapPage({ className }: { className?: string }) { ...@@ -153,7 +152,6 @@ export default function SwapPage({ className }: { className?: string }) {
<NetworkAlert /> <NetworkAlert />
</PageWrapper> </PageWrapper>
<SwitchLocaleLink /> <SwitchLocaleLink />
</>
</Trace> </Trace>
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment