diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts
index ce15cc80e..7f31ac046 100644
--- a/app/src/protyle/export/index.ts
+++ b/app/src/protyle/export/index.ts
@@ -269,7 +269,7 @@ const renderPDF = async (id: string) => {
@@ -474,7 +474,7 @@ const renderPDF = async (id: string) => {
}
});
const refreshPreview = () => {
- previewElement.innerHTML = ''
+ previewElement.innerHTML = ''
fetchPost("/api/export/exportPreviewHTML", {
id: "${id}",
keepFold: keepFoldElement.checked,