Remove duplicate information in create account w seed details section
This commit is contained in:
parent
d00da9e4b7
commit
81292253b5
|
@ -64,15 +64,6 @@ export function CreateWithSeedDetailsCard(props: {
|
|||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>New Address</td>
|
||||
<td className="text-right">
|
||||
<Copyable right text={newKey}>
|
||||
<code>{newKey}</code>
|
||||
</Copyable>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Base Address</td>
|
||||
<td className="text-right">
|
||||
|
|
Loading…
Reference in New Issue