Skip to content

Commit

Permalink
Kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Jones committed Aug 30, 2023
1 parent 47c3ead commit 4f41bed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/com/spicy/calendar.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[clojure.string :as string]
[com.biffweb :as biff]
[com.spicy.results.ui :as r]
[java-time.api :as jt]
[java-time.repl :as jtr]))
[java-time.api :as jt]))


(defn time-frame-start-day
Expand Down Expand Up @@ -111,7 +110,7 @@
:datetime (jt/format "YYYY-MM-dd" day)} (jt/as day :day-of-month)]
(when (not-empty results)
[:ol.mt-2.list-none.m-0.p-0

(map (comp (fn [{:keys [name href]}]
[:li
[:a.group.flex {:href href}
Expand Down

0 comments on commit 4f41bed

Please sign in to comment.