"src/vscode:/vscode.git/clone" did not exist on "b986c2aefd34df8ee1000615fdb151d87d7b7432"
Commit 2571f3c4 authored by Jun Siang Cheah's avatar Jun Siang Cheah Committed by Timothy J. Baek
Browse files

fix: remove stray debug logs

parent 0872bea7
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
metadata: citation.metadata?.[i] metadata: citation.metadata?.[i]
}; };
}); });
console.log(mergedDocuments);
}); });
</script> </script>
...@@ -56,7 +55,7 @@ ...@@ -56,7 +55,7 @@
{$i18n.t('Source')} {$i18n.t('Source')}
</div> </div>
<div class="text-sm dark:text-gray-400"> <div class="text-sm dark:text-gray-400">
{document.metadata.source} {document.metadata?.source ?? $i18n.t('No source available')}
</div> </div>
</div> </div>
<!-- Content from document.document.content --> <!-- Content from document.document.content -->
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment