feat(SW-914): fix typos
This commit is contained in:
@@ -9,12 +9,12 @@ import { getLang } from "@/i18n/serverContext"
|
|||||||
import { mapFacilityToIconName } from "../../data"
|
import { mapFacilityToIconName } from "../../data"
|
||||||
import Amenity from "./Amenity"
|
import Amenity from "./Amenity"
|
||||||
|
|
||||||
import type { AmenitiesSidepeekProps } from "@/types/components/hotelPage/sidepeek/amenities"
|
import type { AmenitiesSidePeekProps } from "@/types/components/hotelPage/sidepeek/amenities"
|
||||||
import { IconName } from "@/types/components/icon"
|
import { IconName } from "@/types/components/icon"
|
||||||
|
|
||||||
export default async function AmenitiesSidepeek({
|
export default async function AmenitiesSidePeek({
|
||||||
amenitiesList,
|
amenitiesList,
|
||||||
}: AmenitiesSidepeekProps) {
|
}: AmenitiesSidePeekProps) {
|
||||||
const lang = getLang()
|
const lang = getLang()
|
||||||
const intl = await getIntl()
|
const intl = await getIntl()
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import type { Hotel } from "@/types/hotel"
|
import type { Hotel } from "@/types/hotel"
|
||||||
|
|
||||||
export type AmenitiesSidepeekProps = {
|
export type AmenitiesSidePeekProps = {
|
||||||
amenitiesList: Hotel["detailedFacilities"]
|
amenitiesList: Hotel["detailedFacilities"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user