diff --git a/frontend/src/app/main/ui/dashboard/team.cljs b/frontend/src/app/main/ui/dashboard/team.cljs index 3629ee7658..bdaca1c549 100644 --- a/frontend/src/app/main/ui/dashboard/team.cljs +++ b/frontend/src/app/main/ui/dashboard/team.cljs @@ -540,14 +540,14 @@ (mf/defc team-members-page* [{:keys [team profile]}] - (mf/with-effect [team] + (mf/with-effect [(:id team)] (dom/set-html-title (tr "title.team-members" (if (:is-default team) (tr "dashboard.your-penpot") (:name team))))) - (mf/with-effect [team] + (mf/with-effect [(:id team)] (st/emit! (dtm/fetch-members))) [:* @@ -1069,7 +1069,7 @@ (tr "dashboard.your-penpot") (:name team))))) - (mf/with-effect [(:id team) (:members team)] + (mf/with-effect [(:id team)] (st/emit! (dtm/fetch-invitations))) [:*