Эх сурвалжийг харах

fix: remove the lonely zero

GyDi 3 жил өмнө
parent
commit
9902003da9

+ 1 - 1
src/pages/profiles.tsx

@@ -165,7 +165,7 @@ const ProfilePage = () => {
         ))}
       </Grid>
 
-      {enhanceItems.length && (
+      {enhanceItems.length > 0 && (
         <EnhancedMode items={enhanceItems} chain={profiles.chain || []} />
       )}