diff --git a/app/src/protyle/export/index.ts b/app/src/protyle/export/index.ts
index fcea53443..c4b1f47b2 100644
--- a/app/src/protyle/export/index.ts
+++ b/app/src/protyle/export/index.ts
@@ -64,9 +64,7 @@ export const saveExport = (option: { type: string, id: string }) => {
const renderPDF = (id: string) => {
const localData = JSON.parse(localStorage.getItem(Constants.LOCAL_EXPORTPDF) || JSON.stringify({
landscape: false,
- margins: {
- marginType: "0",
- },
+ marginType: "0",
scale: 1,
pageSize: "A4",
removeAssets: true,
@@ -160,9 +158,9 @@ const renderPDF = (id: string) => {