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:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user