Commit d81ffbd8 authored by Camil Staps's avatar Camil Staps

Fix star count link after clicking star/unstar button

parent 900ff4c8
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment