|
|
@ -56,7 +56,6 @@ export const NodeDetail = ({ node }: NodeDetailProps) => { |
|
|
<Avatar text={shortName} /> |
|
|
<Avatar text={shortName} /> |
|
|
|
|
|
|
|
|
<div> |
|
|
<div> |
|
|
|
|
|
|
|
|
{node.user?.publicKey && node.user?.publicKey.length > 0 |
|
|
{node.user?.publicKey && node.user?.publicKey.length > 0 |
|
|
? ( |
|
|
? ( |
|
|
<LockIcon |
|
|
<LockIcon |
|
|
|