mirror of https://github.com/buster-so/buster.git
Merge pull request #1059 from buster-so/big-nate-bus-1879-updates-to-which-tabs-are-highlighted-when-various-assets
Remove active state for asset type
This commit is contained in:
commit
3d2bb9db84
|
@ -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