diff --git a/frontend/web/components/GithubStar.tsx b/frontend/web/components/GithubStar.tsx index f59fe104d010..8ddf2b74da89 100644 --- a/frontend/web/components/GithubStar.tsx +++ b/frontend/web/components/GithubStar.tsx @@ -51,9 +51,15 @@ const GithubStar: FC = ({}) => { className='btn btn-sm btn-with-icon text-body' rel='noreferrer' > -
+
-
{stars}
+ {stars &&
{stars}
}
)