Skip to content

Commit 9de25c9

Browse files
committed
update
1 parent 7fe3ac3 commit 9de25c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
const positions = positionsData[exchange];
136136

137137
positions.forEach(position => {
138-
// Make sure these fields exist in the JSON from Python
138+
// Fields in the JSON from Python
139139
const symbol = position.symbol;
140140
const side = position.side;
141141
const contracts = position.contracts;

0 commit comments

Comments
 (0)