chore: remove closed markets

This commit is contained in:
Madalina Raicu 2023-10-03 18:40:36 +01:00
parent f4d46efff5
commit 6965bdf0ca
No known key found for this signature in database
GPG Key ID: 688B7B31149C1DCD

View File

@ -150,20 +150,6 @@ export const Sidebar = () => {
</>
}
/>
<Route
path={AppRoutes.CLOSED_MARKETS}
element={
<>
<SidebarDivider />
<SidebarButton
view={ViewType.Info}
icon={VegaIconNames.BREAKDOWN}
tooltip={t('Market specification')}
routeId={currentRouteId}
/>
</>
}
/>
</Routes>
</nav>
<nav className={classNames(navClasses, 'ml-auto lg:mt-auto lg:ml-0')}>