Update src/controllers/livetv/livetvsuggested.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
@@ -273,7 +273,7 @@ export default function (view, params) {
|
||||
let tabContent;
|
||||
|
||||
if (index === 0) {
|
||||
tabContent = view.querySelector('.pageTabContent[data-index=\'' + index + '\']');
|
||||
tabContent = view.querySelector(`.pageTabContent[data-index="${index}"]`);
|
||||
self.tabContent = tabContent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user