diff --git a/src/main/frontend/mobile/footer.cljs b/src/main/frontend/mobile/footer.cljs index c5f7d84a79..e6d774d005 100644 --- a/src/main/frontend/mobile/footer.cljs +++ b/src/main/frontend/mobile/footer.cljs @@ -50,7 +50,8 @@ (rum/defc footer < rum/reactive [] - (when (and (not (state/sub :editor/editing?)) + (when (and (#{:page :home} (state/sub [:route-match :data :name])) + (not (state/sub :editor/editing?)) (state/sub :mobile/show-tabbar?) (state/get-current-repo)) [:div.cp__footer.w-full.bottom-0.justify-between