Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Oct 11, 2023
1 parent 2d55bf7 commit 39d43ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hooks/useCopySelectionHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ export default function useCopySelectionHelper() {
false,
);

return () => { unsubscribeCopyShortcut() };
return () => {
unsubscribeCopyShortcut();
};
}, []);
}

0 comments on commit 39d43ad

Please sign in to comment.