Przeglądaj źródła

Fix: Should call function on avatar loader

pull/169/head
winkidney 5 lat temu
committed by Isaac Bythewood
rodzic
commit
c56320ac5d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      pinry/templates/includes/vue-pin.html

+ 1
- 1
pinry/templates/includes/vue-pin.html Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz