feat(SW-68): refactor digital signature
This commit is contained in:
@@ -14,7 +14,7 @@ import { LangParams, PageArgs } from "@/types/params"
|
||||
export default async function SelectHotelPage({
|
||||
params,
|
||||
}: PageArgs<LangParams>) {
|
||||
const { formatMessage } = await getIntl()
|
||||
const intl = await getIntl()
|
||||
|
||||
const { attributes } = await serverClient().hotel.getHotel({
|
||||
hotelId: "d98c7ab1-ebaa-4102-b351-758daf1ddf55",
|
||||
@@ -44,7 +44,7 @@ export default async function SelectHotelPage({
|
||||
variant="underscored"
|
||||
href="#"
|
||||
>
|
||||
{formatMessage({ id: "Show map" })}
|
||||
{intl.formatMessage({ id: "Show map" })}
|
||||
<ChevronRightIcon color="burgundy" className={styles.icon} />
|
||||
</Link>
|
||||
<HotelFilter filters={hotelFilters} />
|
||||
|
||||
Reference in New Issue
Block a user