mirror of
https://github.com/apotdevin/thunderhub.git
synced 2026-08-13 12:33:08 +02:00
chore: default to buy side order form
This commit is contained in:
parent
87d56852e4
commit
3b110fc77e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ type TradingAction =
|
|||
|
||||
const initialState: TradingState = {
|
||||
selectedAsset: null,
|
||||
txType: TapTransactionType.Sale,
|
||||
txType: TapTransactionType.Purchase,
|
||||
selectedOffer: null,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue