fix build

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

View File

@@ -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);