We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397be8d commit e293ad9Copy full SHA for e293ad9
apps/contract-verification/src/app/components/SearchableChainDropdown.tsx
@@ -4,6 +4,7 @@ import type { Chain } from '../types'
4
import { AppContext } from '../AppContext'
5
6
function getChainDescriptor(chain: Chain): string {
7
+ if (!chain) return ''
8
return `${chain.title || chain.name} (${chain.chainId})`
9
}
10
0 commit comments