mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
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…
x
Reference in New Issue
Block a user