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')} +