Skip to content

Commit

Permalink
fix: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Oct 14, 2024
1 parent 6f95b22 commit a5ea6f1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/app/workspace/workspace-product/products.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -404,12 +404,6 @@
>
</span>
</div>
<div *ngIf="smfe.endpoints && smfe.endpoints.length > 0">
<div class="mb-1 font-bold">Endpoints {{ smfe.endpoints.length }}</div>
<div *ngFor="let send of smfe.endpoints; let j = index" class="ml-2">
<div [id]="'ws_product_item_mfe_' + i + '_endpoint_' + j">{{ send.name }}: {{ send.path }}</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit a5ea6f1

Please sign in to comment.