Explorar o código

fix: remove the lonely zero

GyDi %!s(int64=3) %!d(string=hai) anos
pai
achega
9902003da9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/pages/profiles.tsx

+ 1 - 1
src/pages/profiles.tsx

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