Skip to content

Commit

Permalink
Fix lens setter for UTXO radio field
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 10, 2021
1 parent 2300b12 commit 99aaf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-tui/src/Hydra/TUI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ utxoRadioField ::
[s -> FormFieldState s e n]
utxoRadioField u =
[ radioField
(lens id const)
(lens id seq)
[ (i, show i, prettyUtxo i)
| i <- Map.toList u
]
Expand Down

0 comments on commit 99aaf5b

Please sign in to comment.