Merged in fix/SW-2197-dont-show-benefits-not-applied-text (pull request #1776)

fix(SW-2197): remove no membership benefits message

* fix(SW-2197): remove no membership benefits message


Approved-by: Christian Andolf
Approved-by: Matilda Landström
This commit is contained in:
Chuma Mcphoy (We Ahead)
2025-04-14 06:40:40 +00:00
parent 40f18c915b
commit 31370fe711
7 changed files with 1 additions and 18 deletions

View File

@@ -53,18 +53,7 @@ export default function Room({
{intl.formatMessage({ id: "Membership benefits applied" })}
</Caption>
</>
) : (
<>
<MaterialIcon
color="Icon/Interactive/Accent"
icon="cancel"
size={20}
/>
<Caption>
{intl.formatMessage({ id: "No membership benefits applied" })}
</Caption>
</>
)}
) : null}
</div>
{booking.guaranteeInfo && (
<div className={styles.benefits}>