mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-25 22:33:52 +03:00
updated default value
This commit is contained in:
parent
84aa0c5518
commit
8c3f63155c
@ -24,7 +24,7 @@ const initialState = {
|
|||||||
isPinCodeReqiure: false,
|
isPinCodeReqiure: false,
|
||||||
language: 'en-US',
|
language: 'en-US',
|
||||||
loading: false, // It is lock to all screen and shows loading animation.
|
loading: false, // It is lock to all screen and shows loading animation.
|
||||||
upvotePercent: 0,
|
upvotePercent: 1,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function (state = initialState, action) {
|
export default function (state = initialState, action) {
|
||||||
|
Loading…
Reference in New Issue
Block a user