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 }) {
const loadedUrlParams = useDefaultsFromURLSearch()
return (
<Trace page={InterfacePageName.SWAP_PAGE} shouldLogImpression>
<>
<PageWrapper>
<Swap
className={className}
......@@ -153,7 +152,6 @@ export default function SwapPage({ className }: { className?: string }) {
<NetworkAlert />
</PageWrapper>
<SwitchLocaleLink />
</>
</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