feat: WEB-210 Updated types as review comments

This commit is contained in:
Hrishikesh Vaipurkar
2024-07-02 14:20:42 +02:00
parent d33e038703
commit cbd634144e
2 changed files with 23 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ export default async function SoonestStays({
<SectionHeader title={title} subtitle={subtitle} link={link} />
{response.data.length ? (
<Grids.Stackable>
{response.data.map((stay: any) => (
{response.data.map((stay) => (
<StayCard
key={stay.attributes.confirmationNumber}
lang={lang}