Skip to content

Commit

Permalink
fix: lint (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint committed Dec 7, 2023
1 parent 8720706 commit 53758e1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/web/src/components/Publication/Actions/Share/Mirror.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ const Mirror: FC<MirrorProps> = ({ isLoading, publication, setIsLoading }) => {
setShares(shares + 1);
updateCache();
toast.success('Post has been mirrored!');
Leafwatch.track(PUBLICATION.MIRROR, {
publication_id: publication.id
});
Leafwatch.track(PUBLICATION.MIRROR, { publication_id: publication.id });
};

const { signTypedDataAsync } = useSignTypedData({ onError });
Expand Down

1 comment on commit 53758e1

@vercel
Copy link

@vercel vercel bot commented on 53758e1 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

heyxyz.vercel.app
web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz

Please sign in to comment.