diff --git a/src/App.tsx b/src/App.tsx index 11986f5..fbe4e96 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -365,7 +365,7 @@ export default function App() { const fee = (Math.random() * 0.1).toFixed(4); const results = [ `Simulation complete for ${nodes.length} nodes, ${edges.length} edges`, - `Estimated fees: $${fee}%`, + `Estimated fees: ${fee}%`, `Settlement window: T+${routingNodes.length > 0 ? '1' : '2'}`, `Compliance: ${hasCompliance ? 'All checks passed' : 'WARNING - No compliance checks in flow'}`, `Routing: ${routingNodes.length} venue(s) evaluated`, diff --git a/src/components/Canvas.tsx b/src/components/Canvas.tsx index ad243fc..267b3a8 100644 --- a/src/components/Canvas.tsx +++ b/src/components/Canvas.tsx @@ -321,7 +321,7 @@ function CanvasInner({