diff --git a/src/components/common/helpers/renderActionMessageText.tsx b/src/components/common/helpers/renderActionMessageText.tsx index 6ff4ad5fb..a3cd529be 100644 --- a/src/components/common/helpers/renderActionMessageText.tsx +++ b/src/components/common/helpers/renderActionMessageText.tsx @@ -264,5 +264,5 @@ function processPlaceholder(text: string, placeholder: string, replaceValue?: Te } content.push(text.substring(placeholderPosition + placeholder.length)); - return content; + return content.flat(); }