fix: intl lint
This commit is contained in:
@@ -17,6 +17,6 @@ export async function generateMetadata() {
|
||||
const intl = await getIntl()
|
||||
|
||||
return {
|
||||
title: intl.formatMessage({ id: "Find booking" }),
|
||||
title: intl.formatMessage({ defaultMessage: "Find booking" }),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user