Skip to content

Commit

Permalink
1283712 - Part 11.4: Fix assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
g4jc committed Jul 19, 2019
1 parent 1257c3c commit 7fb9254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const Message = createClass({

let notesNodes;
if (notes) {
notes.map(note => dom.span(
notesNodes = notes.map(note => dom.span(
{ className: "message-flex-body error-note" },
dom.span({ className: "message-body devtools-monospace" },
"note: " + note.messageBody
Expand Down

0 comments on commit 7fb9254

Please sign in to comment.