1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix indentation of searchfields

This commit is contained in:
Bill Thornton 2021-05-28 15:06:05 -04:00
parent 903b656f7f
commit b9dacecf22

View file

@ -9,8 +9,6 @@ import 'material-design-icons-iconfont';
import './searchfields.scss'; import './searchfields.scss';
import template from './searchfields.template.html'; import template from './searchfields.template.html';
/* eslint-disable indent */
function onSearchTimeout() { function onSearchTimeout() {
const instance = this; const instance = this;
let value = instance.nextSearchValue; let value = instance.nextSearchValue;
@ -111,5 +109,3 @@ class SearchFields {
} }
export default SearchFields; export default SearchFields;
/* eslint-enable indent */