Fix warning
This commit is contained in:
parent
2ca76e5656
commit
12cdfcacba
|
@ -9,6 +9,11 @@ import { RootState } from '../../../redux/store'
|
|||
|
||||
const ConsensusSelection = () => {
|
||||
const selectedClient = useSelector((state: RootState) => state.execClient.selectedClient) as
|
||||
| 'Nethermind'
|
||||
| 'Besu'
|
||||
| 'Geth'
|
||||
| 'Erigon'
|
||||
| 'Nimbus'
|
||||
|
||||
const clientIcons = {
|
||||
Nethermind: '/icons/nethermind-circle.png',
|
||||
|
|
Loading…
Reference in New Issue