From 8a852fc87d800e0930b852855e800ec64269643b Mon Sep 17 00:00:00 2001 From: Javier Bueno Date: Tue, 19 Nov 2024 11:11:13 +0100 Subject: [PATCH] feature(wallet-mobile): enable catalyst voting --- .../DownloadCatalystAppScreen.tsx | 4 +- .../ApplicationSettingsScreen.json | 76 +++++++++---------- 2 files changed, 39 insertions(+), 41 deletions(-) diff --git a/apps/wallet-mobile/src/features/RegisterCatalyst/useCases/DownloadCatalystAppScreen/DownloadCatalystAppScreen.tsx b/apps/wallet-mobile/src/features/RegisterCatalyst/useCases/DownloadCatalystAppScreen/DownloadCatalystAppScreen.tsx index 4bd9abf2f9..1fcff94dc4 100644 --- a/apps/wallet-mobile/src/features/RegisterCatalyst/useCases/DownloadCatalystAppScreen/DownloadCatalystAppScreen.tsx +++ b/apps/wallet-mobile/src/features/RegisterCatalyst/useCases/DownloadCatalystAppScreen/DownloadCatalystAppScreen.tsx @@ -57,8 +57,6 @@ export const DownloadCatalystAppScreen = () => { const votingEnd = `${formatDate(fund.info.votingEnd)}: ${strings.votingEnd}` const votingResults = `${formatDate(fund.info.tallyingEnd)}: ${strings.votingResults}` - const disabled = wallet.isMainnet && fund.status.registration !== 'running' - return ( @@ -98,7 +96,7 @@ export const DownloadCatalystAppScreen = () => { -