diff --git a/src/main/frontend/components/sidebar.cljs b/src/main/frontend/components/sidebar.cljs index b128e5fc5..486c8145e 100644 --- a/src/main/frontend/components/sidebar.cljs +++ b/src/main/frontend/components/sidebar.cljs @@ -330,7 +330,7 @@ :else [:div {:class (if global-graph-pages? "" (util/hiccup->class "max-w-7xl.mx-auto.pb-24")) :style {:margin-bottom (if global-graph-pages? 0 120) - :padding-bottom (if (mobile-util/native-iphone?) "7rem")}} + :padding-bottom (when (mobile-util/native-iphone?) "7rem")}} main-content])]]]))) (rum/defc footer