mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
fix: remove the lonely zero
This commit is contained in:
parent
0ff2fcac11
commit
9902003da9
|
@ -165,7 +165,7 @@ const ProfilePage = () => {
|
|||
))}
|
||||
</Grid>
|
||||
|
||||
{enhanceItems.length && (
|
||||
{enhanceItems.length > 0 && (
|
||||
<EnhancedMode items={enhanceItems} chain={profiles.chain || []} />
|
||||
)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user