diff --git a/app/src/protyle/render/av/col.ts b/app/src/protyle/render/av/col.ts index b1cb27982..84621b8a1 100644 --- a/app/src/protyle/render/av/col.ts +++ b/app/src/protyle/render/av/col.ts @@ -175,7 +175,7 @@ export const getEditHTML = (options: { } else if (colData.type === "template") { html += ` `; } else if (colData.type === "relation") { const isSelf = colData.relation?.avID === options.data.id;