Commit 5db87528 authored by isstuev's avatar isstuev

token name instance fix

parent 6e31460d
...@@ -77,7 +77,7 @@ const TokenInstanceContent = () => { ...@@ -77,7 +77,7 @@ const TokenInstanceContent = () => {
<> <>
<TextAd mb={ 6 }/> <TextAd mb={ 6 }/>
<PageTitle <PageTitle
text={ `${ tokenInstanceQuery.data.token.name } #${ tokenInstanceQuery.data.id }` } text={ `${ tokenInstanceQuery.data.token.name || 'Unnamed token' } #${ tokenInstanceQuery.data.id }` }
backLinkUrl={ hasGoBackLink ? appProps.referrer : undefined } backLinkUrl={ hasGoBackLink ? appProps.referrer : undefined }
backLinkLabel="Back to token page" backLinkLabel="Back to token page"
additionalsLeft={ tokenLogo } additionalsLeft={ tokenLogo }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment