Browse Source

clean code

Gitea 3 years ago
parent
commit
520be035b4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/pages/overview/Overview.tsx

+ 1 - 1
client/src/pages/overview/Overview.tsx

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