mirror of
https://github.com/pinry/pinry.git
synced 2026-03-02 10:11:19 +01:00
Fix: Should call function on avatar loader
This commit is contained in:
committed by
Isaac Bythewood
parent
7d4bd51804
commit
c56320ac5d
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user