Disable ui fee

This commit is contained in:
2025-07-08 13:04:52 +07:00
parent 8656a9348f
commit 2551dddc23
6 changed files with 27 additions and 7 deletions

View File

@@ -877,7 +877,7 @@ const UnifiedTradingModal: React.FC<UnifiedTradingModalProps> = ({
<>
{moneyManagements.map((item) => (
<option key={item.name} value={item.name}>
{item.name}
{item.name} - SL: {(item.stopLoss * 100).toFixed(3)} - TP: {(item.takeProfit * 100).toFixed(3)} - x: {item.leverage}
</option>
))}
</>