Skip to content

Commit 4c0b2a4

Browse files
author
ozen0718
committed
다시 커밋
1 parent 1148a73 commit 4c0b2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/columnCard/CardList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const CardList = ({
4141
fetchCards();
4242
}, [columnId, initialTasks]);
4343

44-
// 스크롤 감지
44+
// 스크롤
4545
useEffect(() => {
4646
if (!scrollRoot?.current || !observerRef.current) return;
4747

0 commit comments

Comments
 (0)