Skip to content

Commit

Permalink
Adding Connect Hexagon to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
jst-cyr committed Mar 18, 2024
1 parent 5678c7b commit b6d4b10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/ui/HexagonCollection/HexagonCollection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ export const HexagonCollection: FC<HexagonCollectionProps> = ({ classStyles }) =
: false
}
/>
<HexagonItem
product={TargetProduct.connect}
active={
requiredProducts != undefined && requiredProducts.find((x) => x == TargetProduct.connect) ? true : false
}
/>
<HexagonItem
product={TargetProduct.orderCloud}
active={
Expand Down

0 comments on commit b6d4b10

Please sign in to comment.