From 0dcdd8ac0a37376f7f55297908a056b6ec681d36 Mon Sep 17 00:00:00 2001 From: olewandowski1 Date: Wed, 6 Sep 2023 10:40:36 +0200 Subject: [PATCH] OP-1541: fix error handling --- src/components/InsureeItemEligibility.js | 2 +- src/components/InsureeServiceEligibility.js | 2 +- src/reducer.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/InsureeItemEligibility.js b/src/components/InsureeItemEligibility.js index b5605f2..3f23982 100644 --- a/src/components/InsureeItemEligibility.js +++ b/src/components/InsureeItemEligibility.js @@ -57,7 +57,7 @@ class InsureeItemEligibility extends Component { - {isFetched && ( + {isFetched && !error && ( - {isFetched && ( + {isFetched && !error && (