feat(SW-176): add comment

This commit is contained in:
Fredrik Thorsson
2024-08-30 13:59:03 +02:00
parent e26a2aec85
commit 843566f101

View File

@@ -70,6 +70,7 @@ export default async function SelectHotelPage({
/>
))
) : (
// TODO: handle no hotels found
<Title>No hotels found</Title>
)}
</section>