mirror of
https://github.com/meshtastic/web.git
synced 2026-05-24 22:25:13 -04:00
Fix incorrect use of operator build error.
This commit is contained in:
@@ -26,7 +26,7 @@ export const TraceRoute = ({
|
||||
<span className="ml-4 border-l-2 border-l-backgroundPrimary pl-2 text-textPrimary">
|
||||
{to?.user?.longName}↔
|
||||
{route.map((hop) => (
|
||||
nodes.get(hop)?.user?.longName + "↔" ?? "Unknown↔"
|
||||
(nodes.get(hop)?.user?.longName ?? "Unknown↔") + "↔"
|
||||
))}
|
||||
{from?.user?.longName}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user