Open DurinDwarf opened 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 />...
<br />
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 />
...