diff --git a/src/cljs/byf/league_detail/handlers.cljs b/src/cljs/byf/league_detail/handlers.cljs index 132cc9f..080ac78 100644 --- a/src/cljs/byf/league_detail/handlers.cljs +++ b/src/cljs/byf/league_detail/handlers.cljs @@ -259,7 +259,8 @@ (defn- reload-fn-gen [extra-signal] - (fn [{:keys [db]} _] + (fn [{:keys [db] :as full} other] + (js/console.log "Other = " other ", full = " full) {:db db :dispatch-n (cons extra-signal [[::show-notification] [::players-handlers/load-players]