We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
At least change this:
www-covidcast/src/modes/summary/Overview.svelte
Lines 36 to 42 in f13c0ec
if (s.name === DEATHS.name) {
...or better yet, do deeper inspection and check the time_type of each of those 3 signals.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
At least change this:
www-covidcast/src/modes/summary/Overview.svelte
Lines 36 to 42 in f13c0ec
so line 38 is:
if (s.name === DEATHS.name) {
(the current "deaths" dashboard signal is weekly)
...or better yet, do deeper inspection and check the time_type of each of those 3 signals.
The text was updated successfully, but these errors were encountered: