diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index c1ed987766..f4818f340a 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('');