chore(order): item update quantity (#8513)
This commit is contained in:
@@ -121,4 +121,12 @@ export class BigNumber implements IBigNumber {
|
||||
valueOf(): number {
|
||||
return this.numeric_
|
||||
}
|
||||
|
||||
[Symbol.toPrimitive](hint) {
|
||||
if (hint === "string") {
|
||||
return this.raw?.value
|
||||
}
|
||||
|
||||
return this.numeric_
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user