diff --git a/client/src/components/Planner/ReservationsPanel.jsx b/client/src/components/Planner/ReservationsPanel.jsx index fa3c3ce..85bd41b 100644 --- a/client/src/components/Planner/ReservationsPanel.jsx +++ b/client/src/components/Planner/ReservationsPanel.jsx @@ -119,7 +119,7 @@ function ReservationCard({ r, tripId, onEdit, onDelete, files = [], onNavigateTo )} {/* Row 2: Location + Assignment */} {(r.location || linked) && ( -
+
{r.location && (
{t('reservations.locationAddress')}
@@ -224,16 +224,6 @@ export default function ReservationsPanel({ tripId, reservations, days, assignme
- {/* Hint */} - {showHint && ( -
- -

{t('reservations.placeHint')}

- -
- )} - {/* Content */}
{total === 0 ? (