fix: linting errors

This commit is contained in:
Konstantinos Kaloutas
2022-08-19 10:47:55 +03:00
committed by Andelf
parent 1aee971a96
commit 16a6a64ceb

View File

@@ -160,7 +160,7 @@
(if hr
[:hr.menu-separator {:key "dropdown-hr"}]
(rum/with-key
(menu-link new-options child)
(menu-link new-options child nil)
title))))
(when links-footer links-footer)])
opts))
@@ -438,7 +438,7 @@
(if (and (gobj/get e "shiftKey") on-shift-chosen)
(on-shift-chosen item)
(on-chosen item)))}
(if item-render (item-render item chosen?) item)))]]
(if item-render (item-render item chosen?) item) nil))]]
(if get-group-name
(if-let [group-name (get-group-name item)]