mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-26 07:05:43 +02:00
🚨 Fix lint warn, indentation in Mvg widget
This commit is contained in:
parent
c3749c6837
commit
743232e597
@ -131,9 +131,9 @@ export default {
|
|||||||
filter_results(value) {
|
filter_results(value) {
|
||||||
if (!this.options.filters) return true;
|
if (!this.options.filters) return true;
|
||||||
let useEntry = (
|
let useEntry = (
|
||||||
(!this.options.filters.line)
|
(!this.options.filters.line)
|
||||||
|| this.ensure_array(this.options.filters.line).includes(value.label)
|
|| this.ensure_array(this.options.filters.line).includes(value.label)
|
||||||
);
|
);
|
||||||
useEntry = useEntry
|
useEntry = useEntry
|
||||||
&& (
|
&& (
|
||||||
(!this.options.filters.product)
|
(!this.options.filters.product)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user