Skip to content

Commit

Permalink
fix: hide original price when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
rosvik committed Sep 30, 2024
1 parent 7ce6264 commit 7a20191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function Summary({
{t(PurchaseOverviewTexts.summary.price(formattedPrice))}
</ThemeText>
)}
{originalPrice !== price && (
{!isLoading && originalPrice !== price && (
<ThemeText
type="body__tertiary--strike"
style={styles.originalPrice}
Expand Down

0 comments on commit 7a20191

Please sign in to comment.