mirror of
https://github.com/meshtastic/web.git
synced 2026-04-21 22:40:01 -04:00
Lint
This commit is contained in:
committed by
Dan Ditomaso
parent
929f87b411
commit
f5e1a0569f
@@ -56,7 +56,6 @@ export const NodeDetail = ({ node }: NodeDetailProps) => {
|
||||
<Avatar text={shortName} />
|
||||
|
||||
<div>
|
||||
|
||||
{node.user?.publicKey && node.user?.publicKey.length > 0
|
||||
? (
|
||||
<LockIcon
|
||||
@@ -131,7 +130,7 @@ export const NodeDetail = ({ node }: NodeDetailProps) => {
|
||||
</Subtle>
|
||||
</div>
|
||||
)}
|
||||
|
||||
|
||||
<div className="flex gap-2 items-center">
|
||||
{node.user?.shortName && <div>"{node.user?.shortName}"</div>}
|
||||
{node.user?.id && <div>{node.user?.id}</div>}
|
||||
|
||||
Reference in New Issue
Block a user