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:
Nate Kelley 2025-09-22 23:00:14 -06:00 committed by GitHub
commit 3d2bb9db84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ const yourStuff = (selectedAssetType?: AssetType): ISidebarGroup =>
...item.link,
activeOptions: { exact: true },
},
active: selectedAssetType === assetType,
// active: selectedAssetType === assetType,
}))
),
});