Fix bot management for delete and stop
This commit is contained in:
@@ -24,6 +24,8 @@ const TradesModal: React.FC<TradesModalProps> = ({
|
||||
const [closingPosition, setClosingPosition] = useState<string | null>(null)
|
||||
|
||||
useEffect(() => {
|
||||
console.log('strategyName', strategyName)
|
||||
console.log('agentName', agentName)
|
||||
if (showModal && strategyName && agentName) {
|
||||
fetchStrategyData()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user