From dd239fbd07086e3e0bf2a68d5d542555eaaa17c1 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 10 Jul 2023 23:00:57 +0100 Subject: [PATCH] chore: fix build-spec --- libs/withdraws/src/lib/withdraw-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/withdraws/src/lib/withdraw-form.tsx b/libs/withdraws/src/lib/withdraw-form.tsx index e7212d9c1..08157a84b 100644 --- a/libs/withdraws/src/lib/withdraw-form.tsx +++ b/libs/withdraws/src/lib/withdraw-form.tsx @@ -272,7 +272,7 @@ export const WithdrawForm = ({ {t('Use maximum')} )} - {showWithdrawDelayNotification && ( + {selectedAsset && showWithdrawDelayNotification && (