Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Mar 22, 2024
1 parent c3a6fce commit 28cbbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby_event_store-browser/elm/src/Layout.elm
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ browserFooter { flags, time } =
timeZoneSelect time =
let
mkOption timeZone =
option [ value timeZone.zoneName, selected ((==) time.selected) ] [ text timeZone.zoneName ]
option [ value timeZone.zoneName, selected <| timeZone == time.selected ] [ text timeZone.zoneName ]
in
Html.select
[ onInput TimeZoneSelected ]
Expand Down

0 comments on commit 28cbbac

Please sign in to comment.