diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx index cd0d7bfaf..9e7546358 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/Points/EarnAndBurn/AwardPoints/index.tsx @@ -1,6 +1,6 @@ import { useIntl } from "react-intl" -import Body from "@/components/TempDesignSystem/Text/Body" +import { Typography } from "@scandic-hotels/design-system/Typography" import { awardPointsVariants } from "./awardPointsVariants" @@ -31,12 +31,14 @@ export default function AwardPoints({ }) return ( -
- {isCalculated - ? intl.formatNumber(awardPoints) - : intl.formatMessage({ - defaultMessage: "Points being calculated", - })} - +