mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 20:07:51 +02:00
🐛 Fix linter issues
This commit is contained in:
parent
a73a393e26
commit
3f804339b9
2 changed files with 2 additions and 3 deletions
|
@ -323,7 +323,6 @@
|
|||
(> (count (:fills shape)) 1)
|
||||
(some :fill-color-gradient (:fills shape)))
|
||||
one-fill? (= (count (:fills shape)) 1)
|
||||
no-fills? (= (count (:fills shape)) 0)
|
||||
last-stroke? (= position (- (count (:strokes shape)) 1))
|
||||
|
||||
props (-> (obj/get child "props")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue