Closed arvind0598 closed 3 years ago
The language of the repository might sometimes be null. In this case we should not be rendering the language badge at all.
This should be fixed by including the null check in components/repository.
I fixed this when I was working on repository card before I saw this separate issue. Pull request coming later this week.
That's great news, @emmalearnscode
Fixed in #14
The language of the repository might sometimes be null. In this case we should not be rendering the language badge at all.
This should be fixed by including the null check in components/repository.