추천코드 페이지 수정
This commit is contained in:
parent
51bda33071
commit
404c8820ac
|
@ -167,6 +167,7 @@
|
||||||
There are no data!
|
There are no data!
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||||
|
@ -227,10 +228,7 @@
|
||||||
*ngIf="partnerRecommendations$ | async as partnerRecommendations"
|
*ngIf="partnerRecommendations$ | async as partnerRecommendations"
|
||||||
>
|
>
|
||||||
<ng-container
|
<ng-container
|
||||||
*ngIf="
|
*ngIf="partnerRecommendations.length > 0; else noPartnerRecommendation"
|
||||||
partnerRecommendations.length > 0;
|
|
||||||
else noPartnerRecommendation
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
|
@ -314,5 +312,4 @@
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user