mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
eslint: unused var
This commit is contained in:
parent
c9dd385370
commit
a7fcff6744
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export default class ModView extends Module {
|
||||||
const root = this.fine.getReactInstance(el);
|
const root = this.fine.getReactInstance(el);
|
||||||
|
|
||||||
let channel = null;
|
let channel = null;
|
||||||
const node = this.fine.searchNode(root, n => {
|
this.fine.searchNode(root, n => {
|
||||||
let i = 0;
|
let i = 0;
|
||||||
let state = n.memoizedState;
|
let state = n.memoizedState;
|
||||||
while(state != null && channel == null && i < 50) {
|
while(state != null && channel == null && i < 50) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue