Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jan 30, 2024
1 parent 4996cfd commit 707ff89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Utterances.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ const Utterances = ({ issueTerm, layout }) => {

useEffect(() => {
const anchor = document.getElementById('comments');
if(!anchor){
return
if (!anchor) {
return
}
const script = document.createElement('script');
script.onload = () => setLoading(false);
Expand Down

0 comments on commit 707ff89

Please sign in to comment.