aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/App.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-17 17:18:50 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commit423da5baf0aeac7acffc83328a7c3731c2997b98 (patch)
treecee866278f6da90068a8c5ee0a3768a932e23436 /vnext/src/App.js
parentf88307cc569f4ce179a64726885ea75401dfbcec (diff)
Fix ESLint warnings
react hooks linter fixes header!
Diffstat (limited to 'vnext/src/App.js')
-rw-r--r--vnext/src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/App.js b/vnext/src/App.js
index 03acc9cc..1493f27a 100644
--- a/vnext/src/App.js
+++ b/vnext/src/App.js
@@ -60,7 +60,7 @@ export default function App() {
es.addEventListener('msg', updateStatus);
setEs(es);
}
- };
+ }
return (() => {
if (es.removeEventListener) {
es.removeEventListener('read', updateStatus);