diff --git a/common/src/app/common/data.cljc b/common/src/app/common/data.cljc index 19d4828d13..1494132f1d 100644 --- a/common/src/app/common/data.cljc +++ b/common/src/app/common/data.cljc @@ -952,7 +952,7 @@ (assoc diff key (map-diff v1 v2)) :else - (assoc diff key [(get m1 key) (get m2 key)]))))] + (assoc diff key [v1 v2]))))] (->> keys (reduce diff-attr {}))))