codyborn / tokenCast

DIY NFT Art Display
http://tokencast.net
GNU General Public License v3.0
104 stars 30 forks source link

Token metadatas incomplete: name missing #4

Open DurinDwarf opened 4 years ago

DurinDwarf commented 4 years ago

When «Show Metadata» property is selected in the account, only description is shown on the screen and not the name of the NFT.

Suggested modification: in \TokenCastWebApp\Views\Account\Index.cshtml, line 756

tokenMetadata: this.showMetadata? token.name + "<br />" + token.description : "",

Not sure about the <br />...