feat(SW-251): add error text
This commit is contained in:
@@ -18,7 +18,7 @@ export default function HotelCardListing({ hotelData }: HotelCardListingProps) {
|
||||
<HotelCard key={hotel.hotelData?.name} hotel={hotel} />
|
||||
))
|
||||
) : (
|
||||
<Title>Hallå</Title>
|
||||
<Title>No hotels found</Title>
|
||||
)}
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user