Skip to content

Commit b58f376

Browse files
committed
Fixes typo
1 parent 44eb7db commit b58f376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/post/HorizontalAd.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function HorizontalAd({}: Props) {
2929
}, []);
3030

3131
return (
32-
<Wrapper>
32+
<Wrapper ref={ref}>
3333
<ins
3434
className="adsbygoogle"
3535
style={{ display: 'block' }}

0 commit comments

Comments
 (0)