fix: occurence exception end times not shown correctly
This commit is contained in:
parent
0f53350392
commit
725468bfd3
@ -21,7 +21,7 @@ occurrencesWidget (normalizeOccurrences -> Occurrences{..}) = do
|
|||||||
occurrencesExceptions' = flip map (Set.toList occurrencesExceptions) $ \case
|
occurrencesExceptions' = flip map (Set.toList occurrencesExceptions) $ \case
|
||||||
ExceptOccur{..} -> do
|
ExceptOccur{..} -> do
|
||||||
exceptStart' <- formatTime SelFormatDateTime (LocalTime exceptDay exceptStart)
|
exceptStart' <- formatTime SelFormatDateTime (LocalTime exceptDay exceptStart)
|
||||||
exceptEnd' <- formatTime SelFormatTime exceptStart
|
exceptEnd' <- formatTime SelFormatTime exceptEnd
|
||||||
$(widgetFile "widgets/occurrence/cell/except-occur")
|
$(widgetFile "widgets/occurrence/cell/except-occur")
|
||||||
ExceptNoOccur{..} -> do
|
ExceptNoOccur{..} -> do
|
||||||
exceptTime' <- formatTime SelFormatDateTime exceptTime
|
exceptTime' <- formatTime SelFormatDateTime exceptTime
|
||||||
|
|||||||
Reference in New Issue
Block a user