Fix: linting

This commit is contained in:
2019-01-27 07:25:26 +01:00
parent 7fc1675052
commit 6a091efea6
3 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,6 @@ export default {
var rows = []
if (t === 'sans tags') {
rows = this.tag_filter_rows([], true, false)
console.log(rows)
} else {
rows = this.tag_filter_rows([t], false, false)
}