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