mirror of
https://github.com/meshtastic/web.git
synced 2026-04-21 14:30:00 -04:00
Lint
This commit is contained in:
committed by
Dan Ditomaso
parent
f5e1a0569f
commit
8fb95e1b06
@@ -55,7 +55,7 @@ export const NodeDetail = ({ node }: NodeDetailProps) => {
|
||||
<div className="flex flex-col items-center gap-2 min-w-6 pt-1">
|
||||
<Avatar text={shortName} />
|
||||
|
||||
<div>
|
||||
<div>
|
||||
{node.user?.publicKey && node.user?.publicKey.length > 0
|
||||
? (
|
||||
<LockIcon
|
||||
|
||||
Reference in New Issue
Block a user