updated default value

This commit is contained in:
u-e 2018-12-06 23:42:20 +03:00
parent 84aa0c5518
commit 8c3f63155c

View File

@ -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) {