"src/lib/vscode:/vscode.git/clone" did not exist on "0fcdee60cd2d121b45c59e2dfdad33ea0b903f5c"
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 @@
metadata: citation.metadata?.[i]
};
});
console.log(mergedDocuments);
});
</script>
......@@ -56,7 +55,7 @@
{$i18n.t('Source')}
</div>
<div class="text-sm dark:text-gray-400">
{document.metadata.source}
{document.metadata?.source ?? $i18n.t('No source available')}
</div>
</div>
<!-- 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