Fix naming in store

This commit is contained in:
DwCay
2022-07-06 12:44:53 +03:00
parent e44dfee284
commit 222850dfd9
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const Onboarding4 = observer(()=>{
if(checkBoxes.find(item=>item.checked===false)) {
return
} else {
registrationStore.fetchCreateNewAccount()
registrationStore.pushNewCreateAccount()
setCheckBoxesSelected(true)
}