diff --git a/client/lib/utils.js b/client/lib/utils.js index b982d5a8..47f9a213 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -119,5 +119,5 @@ export const mentionAsText = (content) => { (match, fieldId, fieldName, text) => { return `${text}` } - ) + ).replace(/<[^>]*>/g, '') } \ No newline at end of file