Skip to content

Commit

Permalink
fix: revert key deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemoya committed Mar 15, 2024
1 parent dd05327 commit 42d3567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/core/app/[locale]/(default)/cart/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export default async function CartPage({ params: { locale } }: Props) {
<NextIntlClientProvider locale={locale} messages={{ Cart: messages.Cart ?? {} }}>
<CheckoutSummary
cart={cart}
key={cart.totalExtendedListPrice.value}
shippingCosts={shippingCosts}
shippingCountries={shippingCountries}
/>
Expand Down

0 comments on commit 42d3567

Please sign in to comment.