- {section.title === "Orders" && (
-
- )}
- {section.title === "Products" && (
-
- )}
- {section.title === "Tours & Stops" && (
-
- )}
- {section.title === "Driver Pickup" && (
-
- )}
- {!["Orders", "Products", "Tours & Stops", "Driver Pickup"].includes(section.title) && (
-
- )}
+ return (
+
+
+
+
+
+
+ {isAddon && !isEnabled &&
Add-on}
+ {isAddon && isEnabled &&
Active}
+ {isProminent &&
Core}
+
-
- {isAddon && !isEnabled &&
Add-on}
- {isAddon && isEnabled &&
Active}
- {isProminent &&
Core}
+
+
+
{section.title}
+
+ {section.description}
+
-
-
-
{section.title}
-
- {section.description}
-
-
+ {isAddon && !isEnabled && section.upgradeText && (
+
{section.upgradeText}
+ )}
- {isAddon && !isEnabled && section.upgradeText && (
-
{section.upgradeText}
- )}
-
-
-
- );
- })}
+
+
+ );
+ })}
+