hotfix so that the marketplace is only on the ag platform
This commit is contained in:
parent
ff6a7096de
commit
47adfb9efc
1 changed files with 14 additions and 12 deletions
|
|
@ -434,6 +434,7 @@ export default function SideNavigator(props: Props) {
|
||||||
</ListItemButton>
|
</ListItemButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
}
|
}
|
||||||
|
{isAg &&
|
||||||
<Tooltip title="Marketplace" placement="right">
|
<Tooltip title="Marketplace" placement="right">
|
||||||
<ListItemButton
|
<ListItemButton
|
||||||
id="tour-marketplace"
|
id="tour-marketplace"
|
||||||
|
|
@ -446,6 +447,7 @@ export default function SideNavigator(props: Props) {
|
||||||
{open && <ListItemText primary="Marketplace" />}
|
{open && <ListItemText primary="Marketplace" />}
|
||||||
</ListItemButton>
|
</ListItemButton>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
}
|
||||||
{user.hasFeature("john-deere") &&
|
{user.hasFeature("john-deere") &&
|
||||||
<Tooltip title="John Deere" placement="right">
|
<Tooltip title="John Deere" placement="right">
|
||||||
<ListItemButton
|
<ListItemButton
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue