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
When backend returns null for all 3 gas values, we should:
null
Gas tracker
This behaviour should occur only with 3 nulls:
"gas_prices": { "average": null, "fast": null, "slow": null }
In case when backend returns an update with nulls (after providing valid values in the first place), N/A should be displayed instead.
N/A
Text for empty state: "No data available yet"
The text was updated successfully, but these errors were encountered:
tom2drum
Successfully merging a pull request may close this issue.
Description
When backend returns
null
for all 3 gas values, we should:Gas tracker
pageThis behaviour should occur only with 3
null
s:In case when backend returns an update with nulls (after providing valid values in the first place),
N/A
should be displayed instead.Text for empty state:
"No data available yet"
The text was updated successfully, but these errors were encountered: