diff --git a/tasklite-core/source/Lib.hs b/tasklite-core/source/Lib.hs index dd2d2e8..55d09b4 100644 --- a/tasklite-core/source/Lib.hs +++ b/tasklite-core/source/Lib.hs @@ -2197,7 +2197,7 @@ formatTaskLine conf now taskWidth task = Just date_ -> if date_ < now then "🔎 " else "" ) <> ( if dueIn mempty{durationHours = 24} && isOpen - then "⚠️️ " + then "⚠️️ " else "" ) <> ( if dueIn mempty && isOpen