mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:33:45 +08:00
fix: remove the lonely zero
This commit is contained in:
parent
6a81cc0e83
commit
6ea1b5c7c3
@ -165,7 +165,7 @@ const ProfilePage = () => {
|
||||
))}
|
||||
</Grid>
|
||||
|
||||
{enhanceItems.length && (
|
||||
{enhanceItems.length > 0 && (
|
||||
<EnhancedMode items={enhanceItems} chain={profiles.chain || []} />
|
||||
)}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user