fix register prompt
This commit is contained in:
parent
1f2dcbe83f
commit
87af1fded7
@ -22,7 +22,7 @@ const addState = connect(
|
|||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
promptRegister: tutorial === 99, // see events
|
promptRegister: !tutorial, // see events
|
||||||
account,
|
account,
|
||||||
sendInstancePractice,
|
sendInstancePractice,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user