fix(SW-1143) removed async from fallback

This commit is contained in:
Pontus Dreij
2024-12-10 15:02:14 +01:00
parent f9e50b7ea7
commit a7b193c96d
4 changed files with 13 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ type Props = {
count?: number
}
export async function SelectHotelMapContainerSkeleton({ count = 2 }: Props) {
export function SelectHotelMapContainerSkeleton({ count = 2 }: Props) {
return (
<div className={styles.container}>
<div className={styles.listingContainer}>