mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-17 03:37:04 +02:00
Appease the linter
This commit is contained in:
parent
21405b8f25
commit
d0c28adfb1
@ -42,7 +42,7 @@ class Skinner {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Check the skin first
|
// Check the skin first
|
||||||
let comp = doLookup(this.components);
|
const comp = doLookup(this.components);
|
||||||
|
|
||||||
// Just return nothing instead of erroring - the consumer should be smart enough to
|
// Just return nothing instead of erroring - the consumer should be smart enough to
|
||||||
// handle this at this point.
|
// handle this at this point.
|
||||||
|
Loading…
Reference in New Issue
Block a user