Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shanberg committed Sep 27, 2022
1 parent be56aba commit be7bdff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cljs/athens/views/notifications/popover.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
(str (get-in notification ["subject" "username"]) " "
(get event-verb (get notification "type")) " ")
[parse-renderer/parse-and-render (or
(get object "name")
(get object "string"))
(get object "name")
(get object "string"))
(:id notification)]]
[:> Text [parse-renderer/parse-and-render (get notification "body")]]])])

Expand Down

0 comments on commit be7bdff

Please sign in to comment.