Prechádzať zdrojové kódy

Display proposal cluster (#592)

guibescos 2 rokov pred
rodič
commit
e3831ec0f6

+ 1 - 1
governance/xc_admin/packages/xc_admin_frontend/components/tabs/Proposals.tsx

@@ -362,7 +362,7 @@ const Proposal = ({
                   <div>Target Chain</div>
                   <div>
                     {instruction.governanceAction.targetChainId === 'pythnet' &&
-                    cluster === 'devnet'
+                    getRemoteCluster(cluster) === 'pythtest'
                       ? 'pythtest'
                       : 'pythnet'}
                   </div>