mirror of https://github.com/buster-so/buster.git
Remove active state for asset type
This commit is contained in:
parent
9ee6013bef
commit
bb6cb46ed4
|
@ -113,7 +113,7 @@ const yourStuff = (selectedAssetType?: AssetType): ISidebarGroup =>
|
|||
...item.link,
|
||||
activeOptions: { exact: true },
|
||||
},
|
||||
active: selectedAssetType === assetType,
|
||||
// active: selectedAssetType === assetType,
|
||||
}))
|
||||
),
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue