fix(plugin-annotations): Typo on var name
This commit is contained in:
parent
c06a18e06e
commit
66b8bf3a06
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ const title = function (config, { Point, points, scale, locale, store, part, log
|
|||
}
|
||||
}
|
||||
if (mc.notes) {
|
||||
if (Array.isArray(notes)) notes.push(...mc.notes)
|
||||
if (Array.isArray(mc.notes)) notes.push(...mc.notes)
|
||||
else notes.push(mc.notes)
|
||||
}
|
||||
if (notes.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue