From ffbd38cf10aac9d0c79f7352d5edc0d0cceefbe8 Mon Sep 17 00:00:00 2001 From: Tony Kay Date: Tue, 22 Oct 2019 08:13:32 -0700 Subject: [PATCH] removed stray ident --- src/main/app/ui/root.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/app/ui/root.cljs b/src/main/app/ui/root.cljs index ef9bc70..bc277ee 100644 --- a/src/main/app/ui/root.cljs +++ b/src/main/app/ui/root.cljs @@ -194,6 +194,5 @@ (defsc Root [this {:root/keys [top-chrome]}] {:query [{:root/top-chrome (comp/get-query TopChrome)}] - :ident (fn [] [:component/id :ROOT]) :initial-state {:root/top-chrome {}}} (ui-top-chrome top-chrome))