diff --git a/desktop/renderer/modules/tab-renderers.js b/desktop/renderer/modules/tab-renderers.js index 9537434..f7dc051 100644 --- a/desktop/renderer/modules/tab-renderers.js +++ b/desktop/renderer/modules/tab-renderers.js @@ -811,9 +811,9 @@ function renderRunsRow(run, ctx) { -
+
${escapeHtml(`${run?.start || "-"} -> ${run?.end || "-"}`)} - Trades: ${escapeHtml(formatCount(run?.trades))} + Trades: ${escapeHtml(formatCount(run?.trades))}
${escapeHtml(formatPercent(run?.total_return))}