mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 15:09:25 +00:00
fix build
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user