Merged in fix/confirmation-payment-details-text (pull request #1596)
fix: update Payment Details text * fix: update Payment Details text Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -33,12 +33,11 @@ export default function PaymentDetails() {
|
||||
<div className={styles.payment}>
|
||||
{hasAllRoomsLoaded ? (
|
||||
<Body color="uiTextHighContrast">
|
||||
{intl.formatMessage(
|
||||
{ id: "{amount} has been paid" },
|
||||
{
|
||||
amount: formatPrice(intl, grandTotal, currencyCode),
|
||||
}
|
||||
)}
|
||||
{`${intl.formatMessage({ id: "Total cost" })}: ${formatPrice(
|
||||
intl,
|
||||
grandTotal,
|
||||
currencyCode
|
||||
)}`}
|
||||
</Body>
|
||||
) : (
|
||||
<SkeletonShimmer width={"100%"} />
|
||||
|
||||
Reference in New Issue
Block a user