Merge remote-tracking branch 'origin/bugfixes' into develop

This commit is contained in:
Andrey Antukh 2021-04-13 14:14:03 +02:00
commit bfbc715977
14 changed files with 99 additions and 89 deletions

View file

@ -29,6 +29,9 @@
(def profile
(l/derived :profile st/state))
(def teams
(l/derived :teams st/state))
(def exception
(l/derived :exception st/state))