Skip to content

Commit

Permalink
chore(app): Rename Positions tab to Position
Browse files Browse the repository at this point in the history
We only support one position at a time at the moment.

Co-authored-by: Richard Holzeis <richard@holzeis.me>
  • Loading branch information
luckysori and holzeis committed Jun 4, 2024
1 parent 7e6fbec commit c473330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/features/trade/trade_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TradeScreen extends StatelessWidget {
Expanded(
child: TradeTabs(
tabs: const [
"Positions",
"Position",
"Orders",
"Trades",
],
Expand Down

0 comments on commit c473330

Please sign in to comment.