From acfc49d8e9ddf0134333951ca36a4754d03523df Mon Sep 17 00:00:00 2001 From: DaveVodrazka Date: Tue, 8 Oct 2024 14:59:43 +0200 Subject: [PATCH] fix: price protect loading animation jumping --- src/components/PriceGuard/PriceGuard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PriceGuard/PriceGuard.tsx b/src/components/PriceGuard/PriceGuard.tsx index 8ac401dc..4e29ec48 100644 --- a/src/components/PriceGuard/PriceGuard.tsx +++ b/src/components/PriceGuard/PriceGuard.tsx @@ -423,8 +423,8 @@ export const PriceGuard = () => { Final coverage price {priceLoading || price === undefined ? ( -
- +
+
) : (