diff --git a/docs/compodoc/components/AccountDetailsComponent.html b/docs/compodoc/components/AccountDetailsComponent.html
index 265c7d2..b3005e2 100644
--- a/docs/compodoc/components/AccountDetailsComponent.html
+++ b/docs/compodoc/components/AccountDetailsComponent.html
@@ -2596,17 +2596,6 @@ export class AccountDetailsComponent implements OnInit {
</mat-form-field>
</div>
- <div class="col-md-6 col-lg-4">
- <button
- mat-raised-button
- color="primary"
- type="button"
- class="btn btn-outline-primary mb-3"
- >
- Add User KYC
- </button>
- </div>
-
<div class="col-md-6 col-lg-4">
<button
mat-raised-button
@@ -2663,7 +2652,7 @@ export class AccountDetailsComponent implements OnInit {
</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>
@@ -2936,7 +2925,7 @@ export class AccountDetailsComponent implements OnInit {
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+