Skip to content

Commit 9e649fd

Browse files
authored
chore: dummy commit remove comment (#2717)
1 parent 7cff8c9 commit 9e649fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/web/src/components/base-org/shared/RenderOnInView.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default function RenderOnInView({ children }: { children: React.ReactNode
77
const [isVisible, setIsVisible] = useState(false);
88

99
useEffect(() => {
10-
// test
1110
if (!ref.current) return;
1211

1312
const observer = new IntersectionObserver(

0 commit comments

Comments
 (0)