Skip to content

Commit

Permalink
Merge pull request #211 from dappnode/diego/show-exit
Browse files Browse the repository at this point in the history
Show exit on all networks
  • Loading branch information
pablomendezroyo authored Mar 29, 2023
2 parents fff0df2 + 809f398 commit 8912903
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions packages/ui/src/components/ValidatorList/KeystoresDataGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,16 +330,14 @@ export default function KeystoresDataGrid({
</IconButton>
</Tooltip>

{network === "prater" && (
<Tooltip title="Exit validators">
<IconButton
disabled={!areRowsSelected}
onClick={() => setExitOpen(true)}
>
<LogoutIcon />
</IconButton>
</Tooltip>
)}
<Tooltip title="Exit validators">
<IconButton
disabled={!areRowsSelected}
onClick={() => setExitOpen(true)}
>
<LogoutIcon />
</IconButton>
</Tooltip>
</div>
</div>
<div style={{ height: 400, width: "100%" }}>
Expand Down

0 comments on commit 8912903

Please sign in to comment.