|
@@ -110,7 +110,7 @@ const Overview = () => {
|
|
{overviewTrans('load')}
|
|
{overviewTrans('load')}
|
|
</Typography>
|
|
</Typography>
|
|
|
|
|
|
- {false && loadCollections.length > 0 ? (
|
|
|
|
|
|
+ {loadCollections.length > 0 ? (
|
|
<div className={classes.cardsWrapper}>
|
|
<div className={classes.cardsWrapper}>
|
|
{loadCollections.map(collection => (
|
|
{loadCollections.map(collection => (
|
|
<CollectionCard
|
|
<CollectionCard
|