1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-15 03:51:51 +00:00

Fix dashboard error

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-06-25 19:43:45 +02:00
parent bc498724ff
commit f557cb0080

View file

@ -371,7 +371,7 @@ return baseclass.extend({
release: {
title: _('Firmware Version'),
value: boardinfo.release.description ? boardinfo.release.description : null
value: (typeof boardinfo.release.description !== "undefined") ? boardinfo.release.description : null
}
};