enabled more buttons in the side navigator for streamline
This commit is contained in:
parent
d684f6c39a
commit
1740160077
3 changed files with 17 additions and 7 deletions
|
|
@ -180,6 +180,14 @@ export function IsAdaptiveAgriculture(): boolean {
|
|||
);
|
||||
}
|
||||
|
||||
export function IsStreamline(): boolean {
|
||||
return (
|
||||
getName() === "Streamline"
|
||||
// window.location.origin.includes("staging") ||
|
||||
// window.location.origin.includes("localhost")
|
||||
);
|
||||
}
|
||||
|
||||
const AEROGROW_WHITE_LABEL: WhiteLabel = {
|
||||
name: "AeroGrow",
|
||||
primaryColour: "green",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue