feat: show all markets

This commit is contained in:
Madalina Raicu
2023-01-19 10:17:10 +00:00
parent 199b520537
commit b06d1dc9d3
@@ -14,7 +14,7 @@ export const MarketsPage = () => {
}, [updateTitle]);
return (
<Tabs>
<Tab id="active-markets" name={t('Active markets')}>
<Tab id="all-markets" name={t('All markets')}>
<Markets />
</Tab>
<Tab id="proposed-markets" name={t('Proposed markets')}>