alephium / alephium-nft

Prototype for NFT Marketplace on Alephium
6 stars 7 forks source link

Fix display of number with scientific notation #26

Closed h0ngcha0 closed 1 year ago

h0ngcha0 commented 1 year ago

When a number is too big, Mongo is returning the number with scientific notation, such as 1.157920892373162e+75.

FE can not handle this number and stops loading. This PR fixes that.

We probably should limit the highest price an NFT should be, perhaps to total supply of ALPH.