mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 12:48:31 +00:00
🐛 Fix condition for members warning
This commit is contained in:
parent
f223831766
commit
090cb63568
@ -215,6 +215,6 @@
|
||||
(and
|
||||
is-owner
|
||||
(= subscription-type "unlimited")
|
||||
;; common: seats < 25 and diff >= 4 between editors/seats and there is underuse
|
||||
;; common: seats < 25 and diff >= 4 between editors/seats and there is overuse
|
||||
(and (< seats 25)
|
||||
(>= (- seats editors) 4)))))
|
||||
(>= (- editors seats) 4)))))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user