diff --git a/frontend/web/components/GithubStar.tsx b/frontend/web/components/GithubStar.tsx index f59fe104d010..eed95c7816c5 100644 --- a/frontend/web/components/GithubStar.tsx +++ b/frontend/web/components/GithubStar.tsx @@ -29,20 +29,6 @@ const GithubStar: FC = ({}) => { return <> } - if (!stars) { - return ( - - - - ) - } - return ( = ({}) => { className='btn btn-sm btn-with-icon text-body' rel='noreferrer' > -
+
-
{stars}
+ {stars &&
{stars}
}
)