fix build

This commit is contained in:
tangly1024.com
2024-01-30 19:08:43 +08:00
parent 4996cfd002
commit 707ff892d5

View File

@@ -16,7 +16,7 @@ const Utterances = ({ issueTerm, layout }) => {
useEffect(() => { useEffect(() => {
const anchor = document.getElementById('comments'); const anchor = document.getElementById('comments');
if(!anchor){ if (!anchor) {
return return
} }
const script = document.createElement('script'); const script = document.createElement('script');