Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
vharmain committed Oct 30, 2024
1 parent d38be89 commit cfc93d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/cljs/lipas/ui/sports_sites/subs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,7 @@
:distance-m (* 1000 distance-km)})))))))))))


(rf/reg-sub
::elevation-stats
(rf/reg-sub ::elevation-stats
(fn [[_ lipas-id]]
(rf/subscribe [:lipas.ui.sports-sites.subs/elevation lipas-id]))
(fn [elevation _]
Expand Down

0 comments on commit cfc93d8

Please sign in to comment.