mirror of https://github.com/docker/docs.git
Fixing star count
This commit is contained in:
parent
65c3d2a9d3
commit
d28a317eed
|
@ -77,6 +77,7 @@ var NewContainer = React.createClass({
|
|||
res.description = data.short_description;
|
||||
res.is_official = data.namespace === 'library';
|
||||
res.name = data.repo;
|
||||
res.star_count = data.stars;
|
||||
return res;
|
||||
});
|
||||
}).then(results => {
|
||||
|
|
Loading…
Reference in New Issue