contract query: render false as false (#3971)
This commit is contained in:
parent
5128438835
commit
6842d43491
@ -184,7 +184,7 @@ export default class InputQuery extends Component {
|
||||
}
|
||||
|
||||
renderValue (value) {
|
||||
if (!value) {
|
||||
if (value === null || value === undefined) {
|
||||
return 'no data';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user