Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci committed Jan 7, 2025
1 parent e522c73 commit 6be1d0c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/frontend/components/property/value.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,6 @@
(when done-choice
(db-property/property-value-content done-choice))]])]))

(defn- get-local-journal-date-time
[year month day]
(let [[op h m] (:offset (t/default-time-zone))
f (if (= op :-) t/plus t/minus)]
(-> (t/date-time year month day)
(f (t/hours h))
(f (t/minutes m)))))

(rum/defcs calendar-inner < rum/reactive db-mixins/query
(rum/local (str "calendar-inner-" (js/Date.now)) ::identity)
{:init (fn [state]
Expand Down

0 comments on commit 6be1d0c

Please sign in to comment.