mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 02:06:40 +02: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
|
- Fix issue when parsing exponential numbers in paths
|
||||||
- Remove legacy system user and team [#843](https://github.com/penpot/penpot/issues/843)
|
- 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 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
|
### :arrow_up: Deps updates
|
||||||
|
|
||||||
|
|
|
@ -303,7 +303,7 @@
|
||||||
(if (:is-default team)
|
(if (:is-default team)
|
||||||
(tr "dashboard.your-penpot")
|
(tr "dashboard.your-penpot")
|
||||||
(:name team))))
|
(:name team))))
|
||||||
(st/emitf (dd/fetch-team-members team)
|
(st/emit! (dd/fetch-team-members team)
|
||||||
(dd/fetch-team-stats team))))
|
(dd/fetch-team-stats team))))
|
||||||
|
|
||||||
[:*
|
[:*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue