trying to fix the marketplace not showing up on dev

This commit is contained in:
csawatzky 2025-08-05 13:32:01 -06:00
parent f2636795d1
commit 814054e5a3
2 changed files with 3 additions and 2 deletions

View file

@ -48,6 +48,7 @@ import DataDuckIcon from "products/Bindapt/DataDuckIcon";
import ContractsIcon from "products/CommonIcons/contractIcon";
import JohnDeereIcon from "products/CommonIcons/johnDeereIcon";
import CNHiIcon from "products/CommonIcons/cnhiIcon";
import { isDevelopment, isStaging } from "utils";
const drawerWidth = 230;
@ -436,7 +437,7 @@ export default function SideNavigator(props: Props) {
</ListItemButton>
</Tooltip>
}
{(isAg || isStreamline) &&
{(isAg || isStreamline || isStaging() || isDevelopment()) &&
<Tooltip title="Marketplace" placement="right">
<ListItemButton
id="tour-marketplace"