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