Skip to content

Commit f00820e

Browse files
committed
Fix linter errors
1 parent 1342547 commit f00820e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/SocialShare/SocialShare.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import { useAnalytics } from '@prezly/analytics-nextjs';
44
import type { NewsroomGallery, Story } from '@prezly/sdk';
5-
65
import classNames from 'classnames';
76
import {
87
FacebookShareButton,

modules/Story/Share/ButtonWithSuccessTooltip.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function ButtonWithSuccessTooltip({
3333
className={styles.button}
3434
disabled={isTooltipShown}
3535
onClick={handleClick}
36+
// eslint-disable-next-line react/jsx-props-no-spreading
3637
{...restProps}
3738
>
3839
{children}

0 commit comments

Comments
 (0)