Skip to content

Commit

Permalink
refactor(dashboard): remove unnecessary check
Browse files Browse the repository at this point in the history
re #443
  • Loading branch information
vplasencia committed Mar 24, 2024
1 parent 646f88c commit 631d303
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,7 @@ export default function AccessModeStep({
}
/>
)}
{validators[_validator].id.includes(
"BLOCKCHAIN"
) &&
parameter[0] === "network" &&
{parameter[0] === "network" &&
parameter[1].type === "string" && (
<Select
size="lg"
Expand Down

0 comments on commit 631d303

Please sign in to comment.