Fix star count link after clicking star/unstar button

This commit is contained in:
Camil Staps 2019-07-26 09:21:51 +02:00
parent 900ff4c8e7
commit d81ffbd84d
No known key found for this signature in database
GPG Key ID: 4A9BFD4F6A415F83
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default class Star {
const isStarred = $starSpan.hasClass('starred');
$this
.parent()
.find('.star-count')
.find('.count')
.text(data.star_count);
if (isStarred) {