Update PostComponent.vue, remove like count from title, fixes #2091
This commit is contained in:
parent
1999f00d4a
commit
6026998c1d
2 changed files with 1 additions and 3 deletions
|
@ -711,7 +711,6 @@ export default {
|
|||
this.fetchComments();
|
||||
}
|
||||
this.loaded = true;
|
||||
$('head title').text(this.status.account.username + ' posted a photo: ' + this.status.favourites_count + ' likes');
|
||||
}).catch(error => {
|
||||
swal('Oops!', 'An error occured, please try refreshing the page.', 'error');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue