diff --git a/src/pages/Peers.tsx b/src/pages/Peers.tsx index e5683f8b..4efbea56 100644 --- a/src/pages/Peers.tsx +++ b/src/pages/Peers.tsx @@ -9,7 +9,7 @@ import { useDevice } from "@core/providers/useDevice.js"; import { Hashicon } from "@emeraldpay/hashicon-react"; import { ArrowPathRoundedSquareIcon, - EllipsisHorizontalIcon, + EllipsisHorizontalIcon } from "@heroicons/react/24/outline"; import { Protobuf } from "@meshtastic/meshtasticjs"; @@ -71,7 +71,9 @@ export const PeersPage = (): JSX.Element => { > - {node.data.user?.longName} + + {node.data.user?.longName ?? "Unknown"} + @@ -106,7 +108,7 @@ export const PeersPage = (): JSX.Element => { { loading: "Requesting Metadata...", success: "Recieved Metadata", - error: "No response received", + error: "No response received" } ); }