diff --git a/frontend/src/components/Flow/EdgeInspector.tsx b/frontend/src/components/Flow/EdgeInspector.tsx index f2aa90e..53c2b3e 100644 --- a/frontend/src/components/Flow/EdgeInspector.tsx +++ b/frontend/src/components/Flow/EdgeInspector.tsx @@ -132,15 +132,18 @@ export function EdgeInspector({ {/* The same curve the node panel draws for this message: one value - says little, how it has been moving says the rest. */} - {live === undefined ? null : ( + says little, how it has been moving says the rest. Only for a + number, because only numbers are recorded — for anything else the + sparkline falls through to its own copy of the value, which the + popover already shows below. */} + {typeof live?.value === "number" ? (