change SETTING_ALPHA_UNDERSTANDS_RISKS string value to camel case
This commit is contained in:
parent
c9d7924bf6
commit
113704a8c1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const Constants = {
|
|||
KEY_FIRST_RUN_EMAIL: "firstRunEmail",
|
||||
KEY_SHOULD_VERIFY_EMAIL: "shouldVerifyEmail",
|
||||
|
||||
SETTING_ALPHA_UNDERSTANDS_RISKS: "ALPHA_UNDERSTANDS_RISKS",
|
||||
SETTING_ALPHA_UNDERSTANDS_RISKS: "alphaUnderstandRisks",
|
||||
|
||||
ACTION_FIRST_RUN_PAGE_CHANGED: "FIRST_RUN_PAGE_CHANGED",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue