Skip to content

Commit

Permalink
Merge branch 'release/6.0.3'
Browse files Browse the repository at this point in the history
* release/6.0.3:
  use the default avatar
  • Loading branch information
austintoddj committed Sep 25, 2020
2 parents 1e5318f + fb84751 commit d4c55c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/ui/views/ShowPost.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="media pt-1 pb-5">
<router-link :to="{ name: 'show-user', params: { id: post.user.id } }">
<img
:src="post.user.avatar"
:src="post.user.avatar || post.user.default_avatar"
class="mr-3 rounded-circle shadow-inner"
style="width: 50px"
:alt="post.user.name"
Expand Down

0 comments on commit d4c55c0

Please sign in to comment.