Commit bc7f97b8 authored by Max Alekseenko's avatar Max Alekseenko

fix merge issue

parent 5f575d69
...@@ -87,8 +87,6 @@ const MarketplaceApp = () => { ...@@ -87,8 +87,6 @@ const MarketplaceApp = () => {
} }
return ( return (
<>
{ !isPending && <PageTitle title={ data.title } backLink={ backLink }/> }
<Center <Center
h="100vh" h="100vh"
mx={{ base: -4, lg: -6 }} mx={{ base: -4, lg: -6 }}
...@@ -112,7 +110,6 @@ const MarketplaceApp = () => { ...@@ -112,7 +110,6 @@ const MarketplaceApp = () => {
/> />
) } ) }
</Center> </Center>
</>
); );
}; };
......
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