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,9 +9,7 @@ import globalize from '../../scripts/globalize';
|
|||
import '../../elements/emby-itemscontainer/emby-itemscontainer';
|
||||
import Dashboard from '../../utils/dashboard';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
export default function (view, params, tabContent) {
|
||||
export default function (view, params, tabContent) {
|
||||
function getPageData(context) {
|
||||
const key = getSavedQueryKey(context);
|
||||
let pageData = data[key];
|
||||
|
@ -199,6 +197,4 @@ import Dashboard from '../../utils/dashboard';
|
|||
self.renderTab = function () {
|
||||
reloadItems(tabContent);
|
||||
};
|
||||
}
|
||||
|
||||
/* eslint-enable indent */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue