Skip to content

Commit

Permalink
Update src/app/components/OrderBook.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: EvgeniiaVak <[email protected]>
  • Loading branch information
nguvictor and EvgeniiaVak authored Jan 24, 2024
1 parent 16afa9f commit 0239f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/OrderBook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function CurrentPriceRow() {
2
);

spreadString = `(${spreadPercent}%)`;
spreadString = `${spreadPercent}%`;
spreadValue = `Spread ${spread}`;
}

Expand Down

0 comments on commit 0239f92

Please sign in to comment.