fix lint
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user