Skip to content

Commit 999a1ef

Browse files
Merge pull request #19 from compbio-fhs/V0.0.7
Fix: PersonProfile image
2 parents 628ad9d + 5043413 commit 999a1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/PersonProfile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="col-12 col-md-3 flex justify-center">
66
<q-card flat bordered class="profile-image-card">
77
<q-img
8-
src="https://placehold.co/150x200"
8+
:src="person.image ? person.image : ''"
99
:ratio="4/5"
1010
class="rounded-borders"
1111
style="width: 150px"

0 commit comments

Comments
 (0)