From f2a2fcf05534d682e13bfd92f999b60a58382a48 Mon Sep 17 00:00:00 2001 From: PhilippeOberti Date: Wed, 9 Oct 2024 17:04:20 -0500 Subject: [PATCH] PR comment --- .../public/notes/components/note_content.tsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/notes/components/note_content.tsx b/x-pack/plugins/security_solution/public/notes/components/note_content.tsx index 3bdf220dfe7d6..ba8710e85c215 100644 --- a/x-pack/plugins/security_solution/public/notes/components/note_content.tsx +++ b/x-pack/plugins/security_solution/public/notes/components/note_content.tsx @@ -57,8 +57,15 @@ export const NoteContent = memo(({ note }: NoteContentProps) => { ); return ( - - {note} + + + {note} + ); });