From c3611c304782af5b5389c4aabde6dba9ae308ff2 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Fri, 23 Apr 2021 15:31:42 +0200 Subject: [PATCH] :bug: Fix problem displaying team statistics --- CHANGES.md | 1 + frontend/src/app/main/ui/dashboard/team.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 74cf26dce..9d849eebd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -29,6 +29,7 @@ - Fix issue when parsing exponential numbers in paths - Remove legacy system user and team [#843](https://github.com/penpot/penpot/issues/843) - Fix problem with zoom an selection rect [#845](https://github.com/penpot/penpot/issues/845) +- Fix problem displaying team statistics [#859](https://github.com/penpot/penpot/issues/859) ### :arrow_up: Deps updates diff --git a/frontend/src/app/main/ui/dashboard/team.cljs b/frontend/src/app/main/ui/dashboard/team.cljs index f97b1a50d..d1126444e 100644 --- a/frontend/src/app/main/ui/dashboard/team.cljs +++ b/frontend/src/app/main/ui/dashboard/team.cljs @@ -303,7 +303,7 @@ (if (:is-default team) (tr "dashboard.your-penpot") (:name team)))) - (st/emitf (dd/fetch-team-members team) + (st/emit! (dd/fetch-team-members team) (dd/fetch-team-stats team)))) [:*