fixed typo
authorunknown <ajbura@gmail.com>
Sun, 1 Aug 2021 14:38:46 +0000 (20:08 +0530)
committerunknown <ajbura@gmail.com>
Sun, 1 Aug 2021 14:38:46 +0000 (20:08 +0530)
src/app/molecules/import-e2e-room-keys/ImportE2ERoomKeys.jsx

index 3542c01d5dd4c342403fc40b4d646e9114da6936..9315076262e380915394e86a0b18b5368a70d549 100644 (file)
@@ -49,7 +49,7 @@ function ImportE2ERoomKeys() {
     return () => {
       viewEvent.removeListener('importing', handleIsImporting);
       viewEvent.removeListener('status', handleStatus);
-    }
+    };
   }, []);
 
   function importE2ERoomKeys() {