From d53d7892720b8707fae484d033bc6b37c0987759 Mon Sep 17 00:00:00 2001 From: sancodes Date: Thu, 9 Jun 2022 07:00:43 -0700 Subject: [PATCH] fix lint --- src/controllers/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/list.js b/src/controllers/list.js index b880502828..4c9e97ca48 100644 --- a/src/controllers/list.js +++ b/src/controllers/list.js @@ -1173,7 +1173,7 @@ class ItemsView { } getVisibleViewSettings() { - const item = (this.params, this.currentItem); + const item = this.currentItem; const fields = ['showTitle']; if (!item || item.Type !== 'PhotoAlbum' && item.Type !== 'ChannelFolderItem') {