Describe the bug
Go to any of the state's page. Clicking on any other option except for "Deceased" shows the number but not for deceased
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Like all other options there, "Confirmed", "Active" and "Recovered", I expect "Deceased" too should be showing the numbers when clicked
Screenshots
Clicking on "Deceased", did not show the number 485 below.
Clicking on "Recovered", showed the number 1879 below.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
This seems to be working on firefox + OSX. Need someone on android/windows to have a look before we resolve this issue.

Hey, @bee-rickey I think you misunderstood the issue here because as far as I can see on the website when the state page is opened and no district is selected then the issue persists with a deceased value like in the ss shared by @DikshantYadav19 only Maharashtra is selected and no region is selected, once you click the region it works totally fine like in the ss shared by you.

The issue persists because we are showing the value of a deceased key in the object which if you can see is present in Maharashtra object as death that's why it's returning null, other keys active and confirmed are same in both state and district object. We can simply put a condition for checking in below line if its a State object and the deceased option are selected.
I can confirm that the issues exist.
I believe I can solve the issue, I'm gonna try right away.



Fixed via 9ff0278
Most helpful comment
I can confirm that the issues exist.
I believe I can solve the issue, I'm gonna try right away.