14656 filtering adjust
This commit is contained in:
@@ -23,7 +23,7 @@ const EventsDetails = (props) => {
|
||||
return obj.hasOwnProperty(property) && obj[property] !== null;
|
||||
}
|
||||
|
||||
console.log(eventsArr.length > 0);
|
||||
//console.log(eventsArr.length > 0);
|
||||
|
||||
return (
|
||||
eventsArr.length > 0 && (
|
||||
|
||||
Reference in New Issue
Block a user