diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a45e01..8229dcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ This is an alpha version! The changes listed here are not final. ### Added - Adds tooltips for each ThreatFixerButton state +### Fixed +- Fixes the loading placeholder that didn't disappear when the price loads. + ## [0.59.0] - 2024-11-11 ### Added - Add ThreatsDataViews component [#39754] diff --git a/components/pricing-card/index.tsx b/components/pricing-card/index.tsx index b7a6476..fabfaaa 100644 --- a/components/pricing-card/index.tsx +++ b/components/pricing-card/index.tsx @@ -55,7 +55,8 @@ const PricingCard: React.FC< PricingCardProps > = ( { ) }