mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
1283712 - Part 11.4: Fix assignment
This commit is contained in:
parent
d50cd306d1
commit
2d3bf3352c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue