Show trade details from each user's perspective (regular vs admin) and specify units
This commit is contained in:
parent
d89db50937
commit
8948e3533f
2 changed files with 9 additions and 8 deletions
|
|
@ -129,7 +129,7 @@ export default function TradesPage() {
|
|||
color: isBuy ? "#4ade80" : "#f87171",
|
||||
}}
|
||||
>
|
||||
{isBuy ? "BUY" : "SELL"}
|
||||
{isBuy ? "BUY BTC" : "SELL BTC"}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
|
|
@ -236,7 +236,7 @@ export default function TradesPage() {
|
|||
color: isBuy ? "rgba(74, 222, 128, 0.7)" : "rgba(248, 113, 113, 0.7)",
|
||||
}}
|
||||
>
|
||||
{isBuy ? "BUY" : "SELL"}
|
||||
{isBuy ? "BUY BTC" : "SELL BTC"}
|
||||
</span>
|
||||
<span
|
||||
style={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue