mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 17:15:38 +08:00
fix: remove the lonely zero
This commit is contained in:
@@ -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 || []} />
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user