From 16a6a64ceb1b856a4955b9b2616a9485ec9fe4c4 Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Fri, 19 Aug 2022 10:47:55 +0300 Subject: [PATCH] fix: linting errors --- src/main/frontend/ui.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/frontend/ui.cljs b/src/main/frontend/ui.cljs index 6bbe1da67f..1181d82216 100644 --- a/src/main/frontend/ui.cljs +++ b/src/main/frontend/ui.cljs @@ -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)]