Skip to content

Commit

Permalink
fix bug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xvoidmain committed Dec 19, 2017
1 parent 89f0906 commit a0fd73f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/App.vue
Expand Up @@ -360,6 +360,7 @@ export default {
},
onConfirm() {
delete localStorage.wallet;
delete localStorage.logs;
setTimeout(() => {
window.location.reload();
}, 500);
Expand Down

0 comments on commit a0fd73f

Please sign in to comment.