remove linter errors
This commit is contained in:
parent
4c9199c7c6
commit
e6828eeee8
7 changed files with 9 additions and 9 deletions
|
@ -177,7 +177,7 @@ export function getListViewHtml(options) {
|
|||
const isLargeStyle = options.imageSize === 'large';
|
||||
const enableOverview = options.enableOverview;
|
||||
|
||||
const clickEntireItem = layoutManager.tv ? true : false;
|
||||
const clickEntireItem = layoutManager.tv;
|
||||
const outerTagName = clickEntireItem ? 'button' : 'div';
|
||||
const enableSideMediaInfo = options.enableSideMediaInfo != null ? options.enableSideMediaInfo : true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue