From 475cca74d391473855a48ae46913b1bbbc85cfbc Mon Sep 17 00:00:00 2001 From: mike-dydx Date: Thu, 2 May 2024 16:04:39 -0400 Subject: [PATCH] fix custom amount issue --- .../dydxTakeProfitStopLossViewPresenter.swift | 5 +++-- .../Components/dydxCustomAmountViewModel.swift | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dydx/dydxPresenters/dydxPresenters/_v4/TakeProfitStopLoss/dydxTakeProfitStopLossViewPresenter.swift b/dydx/dydxPresenters/dydxPresenters/_v4/TakeProfitStopLoss/dydxTakeProfitStopLossViewPresenter.swift index 779250772..7ea57af36 100644 --- a/dydx/dydxPresenters/dydxPresenters/_v4/TakeProfitStopLoss/dydxTakeProfitStopLossViewPresenter.swift +++ b/dydx/dydxPresenters/dydxPresenters/_v4/TakeProfitStopLoss/dydxTakeProfitStopLossViewPresenter.swift @@ -188,8 +188,9 @@ private class dydxTakeProfitStopLossViewPresenter: HostedViewPresenter Void)? @Published public var assetId: String? {