Skip to content
Snippets Groups Projects
Unverified Commit 9902003d authored by GyDi's avatar GyDi
Browse files

fix: remove the lonely zero

parent 0ff2fcac
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ const ProfilePage = () => { ...@@ -165,7 +165,7 @@ const ProfilePage = () => {
))} ))}
</Grid> </Grid>
{enhanceItems.length && ( {enhanceItems.length > 0 && (
<EnhancedMode items={enhanceItems} chain={profiles.chain || []} /> <EnhancedMode items={enhanceItems} chain={profiles.chain || []} />
)} )}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment