fixed errors.

This commit is contained in:
2022-04-06 09:16:02 -07:00
parent 54de896c6c
commit 2dbafd157a
5 changed files with 48 additions and 68 deletions

View File

@@ -133,7 +133,7 @@
(re-frame/reg-event-fx
::save-error
(fn [{:keys [db]} [_ authentication]]
{:db (assoc :db ::load-error "error")}))
{:db (assoc db ::load-error "error")}))
(defn yodlee-link-button []
[:div