feat(SW-650): added sitewide alert to use sticky position hook
This commit is contained in:
@@ -8,7 +8,7 @@ import useStickyPosition from "@/hooks/useStickyPosition"
|
||||
|
||||
import styles from "./mapWithCard.module.css"
|
||||
|
||||
export default function MapWithCardWrapper({ children }: PropsWithChildren) {
|
||||
export default function MapWithCard({ children }: PropsWithChildren) {
|
||||
const mapWithCardRef = useRef<HTMLDivElement>(null)
|
||||
useStickyPosition({
|
||||
ref: mapWithCardRef,
|
||||
|
||||
Reference in New Issue
Block a user