fixed function references

This commit is contained in:
Daria Golova
2022-07-26 17:39:42 +03:00
parent c24a1fa09d
commit 6d92fde547
3 changed files with 14 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ const Onboarding4 = observer(() => {
function createAccount() {
if(checkBoxesSelected.length === 2) {
registrationStore.pushAccountData();
sessionStorage.setItem('passPhrase', registrationStore.passPhrase)
sessionStorage.setItem('passPhrase', registrationStore.passPhrase);
}
};