1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

eslint: unused var

This commit is contained in:
lemonslut 2025-06-07 22:44:02 -06:00
parent c9dd385370
commit a7fcff6744
No known key found for this signature in database

View file

@ -105,7 +105,7 @@ export default class ModView extends Module {
const root = this.fine.getReactInstance(el);
let channel = null;
const node = this.fine.searchNode(root, n => {
this.fine.searchNode(root, n => {
let i = 0;
let state = n.memoizedState;
while(state != null && channel == null && i < 50) {