Fix undefined variable

Found by running eslintfix on master and fixed manually

Change-Id: Ic8d6d7786f334920bf1763ce3bc9ae57433975ba
This commit is contained in:
Tao Zhou
2020-04-14 10:33:50 +02:00
parent 5ed1ec3b3a
commit e6878b47f2

View File

@@ -604,7 +604,7 @@ class GrChangeView extends mixinBehaviors( [
}
}
if (activeIndex === -1) {
console.warn('tab not found with given info', activeTab);
console.warn('tab not found with given info', activeDetails);
return;
}
const tabName = tabs[activeIndex].dataset.name;