Fix link of friends profile picture to profile page

master
Max 4 years ago
parent 2acce7625f
commit 88d68e6ae0

@ -17,7 +17,7 @@
</button>
</mat-menu>
</div>
<div mat-card-avatar (click)="showGroupProfile(group)">
<div mat-card-avatar (click)="showFriendProfile(group)">
<img class="profile-picture" [src]="friend.profilePicture"/>
</div>
<mat-card-title (click)="showFriendProfile(friend)">{{friend.name}}</mat-card-title>

Loading…
Cancel
Save