fix lint warning

pull/3924/head
leizhe 2022-01-13 17:58:54 +08:00 committed by Tienson Qin
parent da52fbe04f
commit c06ba6e2e6
1 changed files with 1 additions and 1 deletions

View File

@ -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