🐛 Add filter to remove groups without content in all files

This commit is contained in:
Andrés Moya 2021-05-07 16:17:38 +02:00 committed by Andrey Antukh
parent b50ffa087d
commit 42072f2584
7 changed files with 170 additions and 31 deletions

View file

@ -50,10 +50,6 @@
(dwl/add-recent-color color))
(rx/map
(fn [new-state]
(t/is (= (get-in new-state [:workspace-file
:data
:recent-colors])
[color]))
(t/is (= (get-in new-state [:workspace-data
:recent-colors])
[color]))))