Explorar el Código

Fix: Should call function on avatar loader

pull/169/head
winkidney hace 5 años
committed by Isaac Bythewood
padre
commit
c56320ac5d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      pinry/templates/includes/vue-pin.html

+ 1
- 1
pinry/templates/includes/vue-pin.html Ver fichero

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


Cargando…
Cancelar
Guardar