We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe9c0e commit d85de4bCopy full SHA for d85de4b
src/utils/accounts-utils.js
@@ -40,7 +40,7 @@ const loadAccounts = (props) => {
40
* @param {*} accountsArray The accounts array.
41
*/
42
const saveAccounts = (accountsArray) => {
43
- console.log("Savving to accounts", accountsArray)
+ console.log("Savving to accounts", accountsArray);
44
window.localStorage.setItem('accounts', JSON.stringify(accountsArray));
45
};
46
0 commit comments