Skip to content

Commit

Permalink
remove redundant use of display
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-ba committed Oct 23, 2024
1 parent 2502419 commit fc5b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gui/src/Timer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ window = do
let currentSig = map (box fst') counterSig
let maxSig = map (box snd') counterSig

label <- mkLabel (map (box display) currentSig)
label <- mkLabel currentSig
pb <- mkProgressBar (const 0) maxSig currentSig

mkConstVStack (slider :* resetBtn :* label :* pb)
Expand Down

0 comments on commit fc5b676

Please sign in to comment.