feat: add mapping of benefits AccountPage
This commit is contained in:
@@ -26,6 +26,7 @@ export default function UpcomingStays({
|
||||
</Link>
|
||||
)}
|
||||
</header>
|
||||
{preamble}
|
||||
<section className={styles.stays}>
|
||||
{stays.map((stay) => (
|
||||
<Stay key={stay.hotel} {...stay} lang={lang} />
|
||||
|
||||
Reference in New Issue
Block a user