mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix indent
This commit is contained in:
parent
3030e0ab52
commit
543331b059
1 changed files with 180 additions and 184 deletions
|
@ -9,8 +9,6 @@ import globalize from '../../scripts/globalize';
|
||||||
import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
||||||
import Dashboard from '../../utils/dashboard';
|
import Dashboard from '../../utils/dashboard';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
|
||||||
|
|
||||||
export default function (view, params, tabContent) {
|
export default function (view, params, tabContent) {
|
||||||
function getPageData(context) {
|
function getPageData(context) {
|
||||||
const key = getSavedQueryKey(context);
|
const key = getSavedQueryKey(context);
|
||||||
|
@ -200,5 +198,3 @@ import Dashboard from '../../utils/dashboard';
|
||||||
reloadItems(tabContent);
|
reloadItems(tabContent);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
/* eslint-enable indent */
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue