Skip to content

Commit

Permalink
fix order cancellation toast copy
Browse files Browse the repository at this point in the history
  • Loading branch information
sehyunc committed Feb 25, 2024
1 parent 2ae7f2e commit e3e398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trade.renegade.fi/components/panels/orders-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function SingleOrder({
toast.message(
`Started to cancel order to ${
side === "buy" ? "Buy" : "Sell"
} {amount} {base}`,
} ${amount} ${base}`,
{
description: "Check the history tab for the status of the task",
}
Expand Down

0 comments on commit e3e398a

Please sign in to comment.