Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
heyshiloh committed Oct 20, 2024
1 parent 08156cb commit 031c872
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/cljs/nr/gameboard/log.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -234,13 +234,12 @@
^{:key timestamp}
(if (= user "__system__")
[:div.system
(format-system-timestamp timestamp text @corp @runner)]
[format-system-timestamp timestamp text @corp @runner]]
[:div.message
[avatar user {:opts {:size 38}}]
[:div.content
(format-user-timestamp timestamp user)
[:div (render-message text)]]]
))
[format-user-timestamp timestamp user]
[:div (render-message text)]]]))
@log)))})))

(defn log-pane []
Expand Down

0 comments on commit 031c872

Please sign in to comment.