Skip to content

Commit

Permalink
fix(/user): use cached results when offline
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Jul 11, 2020
1 parent 2b9abf2 commit e63b023
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/User.vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ export default Vue.extend({
this.user = cache.user[this.$route.params.id];
this.$q.loading.hide();
this.again();
return;
} else {
console.log('none found');
Expand Down

1 comment on commit e63b023

@vercel
Copy link

@vercel vercel bot commented on e63b023 Jul 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.