Skip to content

Commit 4e7e889

Browse files
committed
chore: fix lint error (trailing spaces)
Signed-off-by: priyanshu4999 <[email protected]>
1 parent df5ecb5 commit 4e7e889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sections/Pricing/comparison.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ const Comparison = () => {
218218
/* REF FOR SCROLL SYNC*/
219219
const headerScrollRef = useRef(null);
220220
const bodyScrollRef = useRef(null);
221-
222221
const handleHeadBodyScroll = () => {
223222
bodyScrollRef.current.scrollLeft = headerScrollRef.current.scrollLeft;
224223
};

0 commit comments

Comments
 (0)