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:
parent
41e57bcb6b
commit
c3611c3047
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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))))
|
||||
|
||||
[:*
|
||||
|
|
Loading…
Add table
Reference in a new issue