From 4c5a2cf01f321d5bde9996f21fbfb40a540f3012 Mon Sep 17 00:00:00 2001 From: Saksham Gupta <90046016+0xSaksham@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:56:52 +0530 Subject: [PATCH] ui: add Right Caret icon to Start Scheduler button (#783) --- src/components/Jam.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Jam.tsx b/src/components/Jam.tsx index de067a9c..ddc07d92 100644 --- a/src/components/Jam.tsx +++ b/src/components/Jam.tsx @@ -65,6 +65,7 @@ const addressValueKeys = (addressCount: number) => const isValidAddress = (candidate: any) => { return typeof candidate === 'string' && candidate !== '' } + const isAddressReused = ( walletInfo: WalletInfo, destination: Api.BitcoinAddress, @@ -341,7 +342,6 @@ export default function Jam({ wallet }: JamProps) { <> {alert && {alert.message}} - {isLoading || !serviceInfo || !walletInfo || isWaitingSchedulerStart || isWaitingSchedulerStop ? ( @@ -545,6 +545,7 @@ export default function Jam({ wallet }: JamProps) { > {t('scheduler.button_start')} +