mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 06:50:28 +03:00
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…
Add table
Add a link
Reference in a new issue