From 938b08a5a185176d025b427a5e9876070f80fa1b Mon Sep 17 00:00:00 2001 From: Michael Feher Date: Tue, 12 Dec 2023 18:17:41 +0000 Subject: [PATCH] chore: add redirect with mainnet voting round --- src/build-a-bull/src/features/rounds/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build-a-bull/src/features/rounds/index.tsx b/src/build-a-bull/src/features/rounds/index.tsx index 82eb5ae..ec2eaec 100644 --- a/src/build-a-bull/src/features/rounds/index.tsx +++ b/src/build-a-bull/src/features/rounds/index.tsx @@ -39,9 +39,9 @@ const VotingRounds = () => { // Redirect to live round const navigate = useNavigate() // TODO: add production voting round - const appId = window.location.hostname.includes('testnet') ? 499163907 : 1158913461 + const appId = window.location.hostname.includes('testnet') ? 499163907 : 1272421166 if (import.meta.env.VITE_ENVIRONMENT !== 'local') { - // navigate(`/vote/${appId}`) + navigate(`/vote/${appId}`) } useEffect(() => {