Fixed minor bugs.

This commit is contained in:
Bryce Covert
2020-08-24 21:20:34 -07:00
parent c6f9eb0979
commit 7f75a3b849
3 changed files with 11 additions and 2 deletions

View File

@@ -130,7 +130,9 @@
state (:error state)]
(do
^{:key (:message state)}
[:p (:message state)]))])
[:p (or (:message state)
(:error state)
"An unexpected error occured.")]))])
(if (seq info-states)
[:div.notification
(for [state states]