0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

🐛 Fix problem displaying team statistics

This commit is contained in:
alonso.torres 2021-04-23 15:31:42 +02:00 committed by Andrés Moya
parent 41e57bcb6b
commit c3611c3047
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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))))
[:*