diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts
index 503323cbf..34b7236fd 100644
--- a/app/src/protyle/render/av/col.ts
+++ b/app/src/protyle/render/av/col.ts
@@ -134,8 +134,7 @@ export const getEditHTML = (options: {
`;
});
- }
- if (colData.type === "number") {
+ } else if (colData.type === "number") {
html += `
`;
} else if (colData.type === "relation") {
const isSelf = colData.relation?.avID === options.data.id;
- html += `