Fix undefined variable
Found by running eslintfix on master and fixed manually Change-Id: Ic8d6d7786f334920bf1763ce3bc9ae57433975ba
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user