diff --git a/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html b/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html index 7a09598..0b99915 100644 --- a/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html +++ b/src/src/app/modals/trip-create-day-item-modal/trip-create-day-item-modal.component.html @@ -123,15 +123,4 @@ {{ itemForm.get("id")?.value !== -1 ? "Update" : "Create" }} - - - - Members -
- @for (member of members; track member) { -
{{ member.user - }}
- } -
-
\ No newline at end of file + \ No newline at end of file