Skip to content

Commit

Permalink
fix: resolve lint error in PrismicToolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jan 14, 2022
1 parent cf66443 commit d0a366a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrismicToolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const PrismicToolbar = ({

document.body.appendChild(script);
}
}, [repositoryName, type]);
}, [repositoryName, type, src]);

return null;
};

0 comments on commit d0a366a

Please sign in to comment.