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} ; }