Display proposal cluster (#592)
This commit is contained in:
parent
301fd95781
commit
e3831ec0f6
|
@ -362,7 +362,7 @@ const Proposal = ({
|
|||
<div>Target Chain</div>
|
||||
<div>
|
||||
{instruction.governanceAction.targetChainId === 'pythnet' &&
|
||||
cluster === 'devnet'
|
||||
getRemoteCluster(cluster) === 'pythtest'
|
||||
? 'pythtest'
|
||||
: 'pythnet'}
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue