hedgequantx 1.8.15 → 1.8.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/pages/algo/ui.js +2 -2
package/package.json
CHANGED
package/src/pages/algo/ui.js
CHANGED
|
@@ -186,9 +186,9 @@ class AlgoUI {
|
|
|
186
186
|
|
|
187
187
|
this._line(chalk.cyan(GM));
|
|
188
188
|
|
|
189
|
-
// Row 5: Latency |
|
|
189
|
+
// Row 5: Latency | Propfirm
|
|
190
190
|
const r5c1 = buildCell('Latency', `${stats.latency || 0}ms`, latencyColor, colL);
|
|
191
|
-
const r5c2 = buildCell('
|
|
191
|
+
const r5c2 = buildCell('Propfirm', stats.propfirm || 'N/A', chalk.cyan, colR);
|
|
192
192
|
row(r5c1.padded, r5c2.padded);
|
|
193
193
|
|
|
194
194
|
this._line(chalk.cyan(GB));
|