fix: remove netAmount shorthand (field no longer declared)
This commit is contained in:
parent
aba1dcbdda
commit
206127976d
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ function normalisePosition(p: AngelPosition): Position | null {
|
|||
unrealisedPnl: unrealised,
|
||||
realisedPnl: realised,
|
||||
totalPnl: unrealised + realised,
|
||||
netAmount,
|
||||
netAmount: 0,
|
||||
source: 'position',
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue