no need to return null in map

This commit is contained in:
Colin Megill
2017-11-05 22:56:25 -08:00
parent d5bcfbef18
commit b52595057f

View File

@@ -74,8 +74,6 @@ class Categories extends React.Component {
metadataField={key}
values={value.options}/>
)
} else {
return null
}
})
}