Skip to content

Commit

Permalink
Sample app fix for Secure storage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rleojoseph committed Feb 7, 2023
1 parent d3d09f7 commit 38bbb86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js-miniapp-sample/src/services/landing/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const SecureStorageStatusReducer = (
return {
isReady: false,
error: action.error,
...state
};
default:
return {
Expand Down

0 comments on commit 38bbb86

Please sign in to comment.