Skip to content

Commit d85de4b

Browse files
committed
Fix lint
1 parent bfe9c0e commit d85de4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/accounts-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const loadAccounts = (props) => {
4040
* @param {*} accountsArray The accounts array.
4141
*/
4242
const saveAccounts = (accountsArray) => {
43-
console.log("Savving to accounts", accountsArray)
43+
console.log("Savving to accounts", accountsArray);
4444
window.localStorage.setItem('accounts', JSON.stringify(accountsArray));
4545
};
4646

0 commit comments

Comments
 (0)