arvind0598 / better-first-issues

Inspired by Good First Issues, this project aims to empower first-time contributors to find repositories and issues to contribute to.
https://better-first-issues.vercel.app
MIT License
4 stars 10 forks source link

The badge should not render when there is no text passed to it. #4

Closed arvind0598 closed 3 years ago

arvind0598 commented 3 years ago

image

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.

EmmaDawsonDev commented 3 years ago

I fixed this when I was working on repository card before I saw this separate issue. Pull request coming later this week.

arvind0598 commented 3 years ago

That's great news, @emmalearnscode

arvind0598 commented 3 years ago

Fixed in #14