feat: WEB-210 Updated types as review comments
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user