Fixed bug on vegetable Properties

This commit is contained in:
dbroqua 2019-04-11 19:34:05 +02:00
parent d817fe3ca2
commit cbf28c16f2

View File

@ -174,7 +174,7 @@ export default class RouterVegetable extends React.Component {
}
renderProperty(item, key) {
if (item.Property === null || item.Property === undefined) {
if (item.Property === null || item.Property === undefined || !item.value) {
return (null)
}