Skip to content

Commit

Permalink
bypass error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoapolo committed Jan 3, 2025
1 parent f408886 commit 99c9454
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/web/components/GithubStar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ const GithubStar: FC<GithubStarType> = ({}) => {
.then(function (res) {
setStars(res.stargazers_count)
})
.catch(() => {
setStars(undefined)
})
.catch(() => {})
}
}, [planName])

Expand Down

0 comments on commit 99c9454

Please sign in to comment.