0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-02 04:19:08 -05:00

🐛 Fix incorrect flag parsing on frontend features

This commit is contained in:
Andrey Antukh 2022-12-01 15:02:56 +01:00
parent ad491ccc8f
commit 296b6c646e

View file

@ -80,7 +80,7 @@
;; Enable all features set on the configuration
(->> @cf/flags
(map str)
(map name)
(keep (fn [flag]
(when (str/starts-with? flag "frontend-feature-")
(subs flag 17))))