Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessy-bgl committed Jul 28, 2022
1 parent d12b2df commit 9b5faf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/views/dca-bot/BotTransactionsSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const BotTransactionsSummary = ({ dcaId }: Props) => {
color:
data.pnl < 0 ? palette.error.main : palette.success.main,
}}
sx={{ textAlign: "right" }}
/>
}
>
Expand Down

0 comments on commit 9b5faf9

Please sign in to comment.