trying to fix the marketplace not showing up on dev
This commit is contained in:
parent
f2636795d1
commit
814054e5a3
2 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue