Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fix: ci build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vycdev committed Jul 13, 2020
1 parent 3272242 commit aa7cc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/profilePage/profilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export const ProfilePage = () => {
)}
</Description>
<ChartsWrapper>
<NoGameData hidden={userData?.totaltests}>
<NoGameData hidden={Boolean(userData?.totaltests)}>
{userExists
? "Looks like there is no game data."
: "404 user doesn't exist."}
Expand Down

0 comments on commit aa7cc32

Please sign in to comment.