Skip to content

Commit

Permalink
fix: add max_active_user_margin_position
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-path committed Nov 25, 2024
1 parent f41bcd6 commit 428e258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screens/Trading/components/TradingOperate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const TradingOperate = () => {
const { categoryAssets1, categoryAssets2 } = useMarginConfigToken();
const { parseTokenValue, getAssetDetails, getAssetById } = useMarginAccount();
const { marginConfigTokens } = useMarginConfigToken();
const { max_active_user_margin_position } = marginConfigTokens;
const {
ReduxcategoryAssets1,
ReduxcategoryAssets2,
Expand Down

0 comments on commit 428e258

Please sign in to comment.