interlay / polkabtc-ui

interBTC App - Mint 1:1 backed BTC on Polkadot and Kusama
https://bridge.interlay.io/
Apache License 2.0
12 stars 5 forks source link

fixed broken date display on several pages #247

Closed theodorebugnet closed 3 years ago

theodorebugnet commented 3 years ago

This fixes "invalid date" or "NaN" date display on a few pages.

This is a quickfix, with the unification of request types the timestamp should be passed properly as a number, but currently it's a string and would require a stats update to change back + changing type structs in the UI + some other places already assume it's a string.