feat: SW-1583 Used constants for strings
This commit is contained in:
@@ -13,7 +13,7 @@ export default function HotelPointsCard({
|
||||
}: PointsCardProps) {
|
||||
const intl = useIntl()
|
||||
const pointsPerStay =
|
||||
productTypePoints?.localPrice.pricePerStay ?? redemptionPrice
|
||||
productTypePoints?.localPrice.pointsPerStay ?? redemptionPrice
|
||||
|
||||
return (
|
||||
<div className={styles.poinstRow}>
|
||||
|
||||
Reference in New Issue
Block a user