fixed typo
This commit is contained in:
parent
49281e0d15
commit
21c3e90b58
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ function ImportE2ERoomKeys() {
|
||||||
return () => {
|
return () => {
|
||||||
viewEvent.removeListener('importing', handleIsImporting);
|
viewEvent.removeListener('importing', handleIsImporting);
|
||||||
viewEvent.removeListener('status', handleStatus);
|
viewEvent.removeListener('status', handleStatus);
|
||||||
}
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
function importE2ERoomKeys() {
|
function importE2ERoomKeys() {
|
||||||
|
|
Loading…
Reference in a new issue