Browse Source

Fix: Should call function on avatar loader

pull/169/head
winkidney 5 years ago
committed by Isaac Bythewood
parent
commit
c56320ac5d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pinry/templates/includes/vue-pin.html

+ 1
- 1
pinry/templates/includes/vue-pin.html View File

@@ -37,7 +37,7 @@
<p v-if="pin.description">{{ pin.description }}</p>
<div class="pin-footer clearfix">
<div class="avatar pull-left">
<img :src="getAvatar">
<img :src="getAvatar()">
</div>
<div class="text pull-right">
<span class="dim">pinned by</span>


Loading…
Cancel
Save