Default to account address before account details are loaded.
This commit is contained in:
parent
6901c7b0f2
commit
2ee9b7dbc4
@ -217,7 +217,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{account?.vcard?.fn[0].value}}</td>
|
||||
<td>{{account?.vcard?.fn[0].value || accountAddress}}</td>
|
||||
<td>{{account?.balance | tokenRatio}} {{ tokenSymbol | uppercase }}</td>
|
||||
<td>{{account?.date_registered | unixDate}}</td>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user