From d1639072c6c26b0b50f15247dc3e226c4e762add Mon Sep 17 00:00:00 2001 From: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:54:04 +0530 Subject: [PATCH] Fix code scanning alert no. 8: DOM text reinterpreted as HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Priyankar Pal <88102392+priyankarpal@users.noreply.github.com> --- src/plays/sticky-notes/components/Note.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plays/sticky-notes/components/Note.jsx b/src/plays/sticky-notes/components/Note.jsx index 55f4094ed2..e20c332378 100644 --- a/src/plays/sticky-notes/components/Note.jsx +++ b/src/plays/sticky-notes/components/Note.jsx @@ -11,7 +11,7 @@ const Note = ({ note, handleDelete, handleEdit }) => {
{note.body}