diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index 956ab6267..4da69443f 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -167,12 +167,13 @@ export const getEditHTML = (options: { `; } else if (colData.type === "template") { html += ` -`; } else if (colData.type === "relation") { const isSelf = colData.relation?.avID === options.data.id; - html += ` + `; } else if (colData.type === "rollup") { - html += getRollupHTML({colData}); + html += '' + getRollupHTML({colData}); + } else if (colData.type === "date") { + html += ` +`; } return `
${html}