Skip to content

Commit

Permalink
dont show text if targetNetwork is not resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
cctdaniel committed Aug 6, 2024
1 parent b0c6fb3 commit 3cd905b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export const Proposal = ({
{uniqueTargetCluster
? `Target network: ${targetClusters[0]}`
: targetClusters.length == 0
? 'No target network detected'
? ''
: `Multiple target networks detected ${targetClusters.join(' ')}`}
</h4>
</div>
Expand Down

0 comments on commit 3cd905b

Please sign in to comment.