Skip to content

Commit

Permalink
Collect TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
todo-actions[bot] committed Apr 9, 2021
1 parent b6140a6 commit 3f41089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/trades/trade.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ItemSet } from './item';
import { Trade as ITrade } from './util';
import { ArrowLeftRight } from 'react-bootstrap-icons';

// TODO: Display the account that received the trade and display the profit currency
// TODO [$6070e4eb82a4160009b78bec]: Display the account that received the trade and display the profit currency
export default function Trade({ trade }: { trade: ITrade }) {
const title = `Profit: ${trade.profit} - Partner: ${trade.partner} - Trade Id: ${trade.offerId}`;
return (
Expand Down

0 comments on commit 3f41089

Please sign in to comment.