diff --git a/frontend/src/components/locations/LocationsPage.tsx b/frontend/src/components/locations/LocationsPage.tsx index 3bc6206..36a7238 100644 --- a/frontend/src/components/locations/LocationsPage.tsx +++ b/frontend/src/components/locations/LocationsPage.tsx @@ -356,6 +356,17 @@ export default function LocationsPage() { sortDir={sortDir} onSort={handleSort} visibilityMode={visibilityMode} + mobileCardRender={(location) => ( +
{location.address}
+ )} +{pinnedLabel}
+ {pinnedRows.map((item) => ( +{group.label}
+ {group.rows.map((item) => ( +