Skip to content

Commit

Permalink
fix(hycu): missing property
Browse files Browse the repository at this point in the history
  ref: MANAGER-14504

Signed-off-by: Thibaud Crespin <[email protected]>
  • Loading branch information
Thibaud Crespin committed Oct 15, 2024
1 parent c013747 commit 99858fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/apps/hycu/src/pages/order/Order.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export default function Order() {
>
{!isOrderInitiated ? (
<PackSelection
orderLink={orderLink}
subsidiary={subsidiary}
selectPack={(pack) => setSelectedPack(pack)}
selectedPack={selectedPack}
Expand Down

0 comments on commit 99858fe

Please sign in to comment.