mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 23:16:51 +00:00
fix build
This commit is contained in:
@@ -16,8 +16,8 @@ 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');
|
||||||
script.onload = () => setLoading(false);
|
script.onload = () => setLoading(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user