From d0346650c466589d9a0532d04d92b8ecf86e13b7 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Mon, 22 May 2023 14:19:23 -0500 Subject: [PATCH] add `key` to `
` in notes --- client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx b/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx index 4fc570cef..8f06ae561 100644 --- a/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx +++ b/client/homebrew/editor/stringArrayEditor/stringArrayEditor.jsx @@ -140,7 +140,7 @@ const StringArrayEditor = createClass({ - {this.props.notes ? this.props.notes.map((n)=>
{n}
) : null} + {this.props.notes ? this.props.notes.map((n, index)=>{n}
) : null} ; }