1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2021-02-04 14:44:00 +01:00
parent b4013edd0c
commit 33b9626a33

View file

@ -368,7 +368,7 @@ return baseclass.extend({
release: {
title: _('Firmware Version'),
value: boardinfo.release.description
value: boardinfo.release.description ? boardinfo.release.description : null
}
};