Commit bc7f97b8 authored by Max Alekseenko's avatar Max Alekseenko

fix merge issue

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