Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregate homepage stats from APIs #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmyui
Copy link
Member

@cmyui cmyui commented Aug 11, 2024

No description provided.

@cmyui cmyui marked this pull request as ready for review August 11, 2024 23:39
.env.example Show resolved Hide resolved
.env.example Show resolved Hide resolved
const totalUsersRegistered = 172_395
const [totalPPEarned, setTotalPPEarned] = useState(0)
const [totalScoresSet, setTotalScoresSet] = useState(0)
const [totalUsersRegistered, setTotalUsersRegistered] = useState(0)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might want to hide the uis in this null state

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

using 0 as a default state rather than null or undefined smells weird to me...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants