mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
allow all rule groups to be empty (#1710)
This commit is contained in:
@@ -172,11 +172,8 @@ function GlobalExpandedPanel() {
|
||||
if (!globalExpanded) return null;
|
||||
|
||||
return (
|
||||
<ExpandedListContainer>
|
||||
<ExpandedListItem
|
||||
item={globalExpanded.item}
|
||||
itemType={globalExpanded.itemType}
|
||||
/>
|
||||
<ExpandedListContainer>
|
||||
<ExpandedListItem item={globalExpanded.item} itemType={globalExpanded.itemType} />
|
||||
</ExpandedListContainer>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user