Display proposal cluster (#592)

This commit is contained in:
guibescos 2023-02-14 05:15:16 -06:00 committed by GitHub
parent 301fd95781
commit e3831ec0f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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