diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index c1ed98776..f4818f340 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -83,7 +83,7 @@ export const replaceTokens = (content, sourceIds, char, user) => { const sourceId = sourceIds[idx - 1]; return sourceId ? `` - : match; + : `[${idx}]`; }) .join('');