diff --git a/app/src/protyle/render/av/blockAttr.ts b/app/src/protyle/render/av/blockAttr.ts
index 39b133b6f..f12bced45 100644
--- a/app/src/protyle/render/av/blockAttr.ts
+++ b/app/src/protyle/render/av/blockAttr.ts
@@ -62,7 +62,7 @@ export const genAVValueHTML = (value: IAVCellValue) => {
html = ``;
break;
case "number":
- html = ``;
+ html = ``;
break;
case "mSelect":
case "select":