mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
No error if board description not available
This commit is contained in:
parent
b4013edd0c
commit
33b9626a33
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ return baseclass.extend({
|
||||||
|
|
||||||
release: {
|
release: {
|
||||||
title: _('Firmware Version'),
|
title: _('Firmware Version'),
|
||||||
value: boardinfo.release.description
|
value: boardinfo.release.description ? boardinfo.release.description : null
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue