Skip to content

Commit bb65f3d

Browse files
committed
Update sticky-post-header.tsx
2 parents 5b5b13e + 097809a commit bb65f3d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/post/sticky-post-header.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export function StickyPostHeader({ title, onBack }: StickyPostHeaderProps) {
1616
null,
1717
);
1818
const sentinelRef = useRef<HTMLDivElement>(null);
19-
2019
const getScrollWrapper = useCallback(() => {
2120
return document.getElementById("content-wrapper");
2221
}, []);

0 commit comments

Comments
 (0)