qubic / wallet-app

Other
3 stars 7 forks source link

To handle properly null value in the tickData field tick-data call when loading the tick Details page #206

Closed sallymoc closed 1 week ago

sallymoc commented 1 week ago

When a tick is empty, tick-data endpoint returns null:

i.e https://rpc.qubic.org/v1/ticks/17266172/tick-data { "tickData": null }

and currently the app from develop displays the following

IMG_EE45EC276AD9-1

The result should be:

image

Notes

sallymoc commented 1 week ago

Verified in develop branch.