I have a method in my vue js app.
resetFilter: function() {
$('.person').fadeIn(500);
this.toggleDepartments;
},
The error is "Block is redundant: no lone blocks:
How do I rewrite this in ES6 to fix the linting error?