diff --git a/src/components/repository-profile.component.js b/src/components/repository-profile.component.js index 016b6dde1..931be6c72 100644 --- a/src/components/repository-profile.component.js +++ b/src/components/repository-profile.component.js @@ -202,8 +202,8 @@ export const RepositoryProfile = ({ - {!isNaN(parseInt(repository.watchers_count, 10)) - ? abbreviateNumber(repository.watchers_count) + {!isNaN(parseInt(repository.subscribers_count, 10)) + ? abbreviateNumber(repository.subscribers_count) : ' '}