Skip to content

Commit

Permalink
Remove empty box for unhandled links #20429 (#20430)
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer authored and jo-mut committed Jun 11, 2024
1 parent bf0f35b commit 99e6b43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(when (seq status-link-previews)
[rn/view {:style {:margin-top (when link-previews? 8)}}
(for [{:keys [url community]} status-link-previews]
(when community
(when (:display-name community)
(let [{community-description :description
community-icon :icon
community-banner :banner
Expand Down

0 comments on commit 99e6b43

Please sign in to comment.