From 843df028df847cf83401341af799b51039b1656d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20R=C3=B8svik?= Date: Thu, 12 Sep 2024 15:14:44 +0200 Subject: [PATCH] rename error to offerError --- .../Root_PurchaseConfirmationScreen.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/stacks-hierarchy/Root_PurchaseConfirmationScreen/Root_PurchaseConfirmationScreen.tsx b/src/stacks-hierarchy/Root_PurchaseConfirmationScreen/Root_PurchaseConfirmationScreen.tsx index 85a44e00be..9541ba0834 100644 --- a/src/stacks-hierarchy/Root_PurchaseConfirmationScreen/Root_PurchaseConfirmationScreen.tsx +++ b/src/stacks-hierarchy/Root_PurchaseConfirmationScreen/Root_PurchaseConfirmationScreen.tsx @@ -79,7 +79,7 @@ export const Root_PurchaseConfirmationScreen: React.FC = ({ const { offerSearchTime, isSearchingOffer, - error, + error: offerError, validDurationSeconds, totalPrice, refreshOffer, @@ -253,7 +253,7 @@ export const Root_PurchaseConfirmationScreen: React.FC = ({ globalMessageContext={GlobalMessageContextEnum.appTicketing} /> - {error && ( + {offerError && ( = ({