feat: add useSetOverflowVisibleOnRA hook
This commit is contained in:
committed by
Christel Westerberg
parent
1004871afb
commit
e18a2fdc44
@@ -180,7 +180,7 @@ export default function Summary({ showMemberPrice, room }: SummaryProps) {
|
||||
{room.cancellationText}
|
||||
</Caption>
|
||||
<Popover
|
||||
placement={"bottom left"}
|
||||
placement="bottom left"
|
||||
triggerContent={
|
||||
<Caption color="burgundy" type="underline">
|
||||
{intl.formatMessage({ id: "Rate details" })}
|
||||
@@ -189,7 +189,7 @@ export default function Summary({ showMemberPrice, room }: SummaryProps) {
|
||||
>
|
||||
<aside className={styles.rateDetailsPopover}>
|
||||
<header>
|
||||
<Caption type={"bold"}>{room.cancellationText}</Caption>
|
||||
<Caption type="bold">{room.cancellationText}</Caption>
|
||||
</header>
|
||||
{room.rateDetails?.map((detail, idx) => (
|
||||
<Caption key={`rateDetails-${idx}`}>{detail}</Caption>
|
||||
|
||||
Reference in New Issue
Block a user