refactor: add scroll prop to Link
This commit is contained in:
@@ -36,7 +36,12 @@ export default async function AmenitiesList({
|
||||
)
|
||||
})}
|
||||
</div>
|
||||
<Link href={"?sidepeek=amenities"} color="burgundy" variant="icon">
|
||||
<Link
|
||||
scroll={false}
|
||||
href={"?sidepeek=amenities"}
|
||||
color="burgundy"
|
||||
variant="icon"
|
||||
>
|
||||
{formatMessage({ id: "Show all amenities" })}
|
||||
<ChevronRightIcon />
|
||||
</Link>
|
||||
|
||||
Reference in New Issue
Block a user