Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgeorge committed Oct 4, 2023
1 parent 5db6bbd commit 1d603d0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ export default function DocumentTrackerModal(props) {

useEffect(() => {
if (revealed) {
ReactGA.send({ hitType: 'modalview', page: '/modal/document-progress-tracker' });
ReactGA.send({
hitType: 'modalview',
page: '/modal/document-progress-tracker'
});
}
}, [revealed]);

Expand Down

0 comments on commit 1d603d0

Please sign in to comment.