|
|
|
|
@ -282,14 +282,14 @@
|
|
|
|
|
<div *ngIf="favLetter.length > 0 && searchKeySelect == '4' && favoriteUserList.length === 0">
|
|
|
|
|
<ion-label>
|
|
|
|
|
<p style="text-align: center;">
|
|
|
|
|
select filter to show data
|
|
|
|
|
{{'general, fav-showData' | translate}}
|
|
|
|
|
</p>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
<div *ngIf="favoriteUserList.length === 0 && searchKeySelect == '4' && favLetter.length ===0">
|
|
|
|
|
<ion-label>
|
|
|
|
|
<p style="text-align: center;">
|
|
|
|
|
Sorry there is no data
|
|
|
|
|
{{'general, fav-noData' | translate}}
|
|
|
|
|
</p>
|
|
|
|
|
</ion-label>
|
|
|
|
|
</div>
|
|
|
|
|
|