diff --git a/ts/components/CommunicationColumnDetail.vue b/ts/components/CommunicationColumnDetail.vue index 5e5056da..25b6507a 100644 --- a/ts/components/CommunicationColumnDetail.vue +++ b/ts/components/CommunicationColumnDetail.vue @@ -58,7 +58,7 @@
- import { computed } from "vue"; import MapMultipoint from "@/components/MapMultipoint.vue"; -import PublicreportCard from "@/components/PublicreportCard.vue"; +import PublicReportCard from "@/components/PublicReportCard.vue"; import TimeRelative from "@/components/TimeRelative.vue"; import type { Marker } from "@/types"; import type { Bounds, Communication, User } from "@/type/api"; diff --git a/ts/components/PlanningColumnDetailEntry.vue b/ts/components/PlanningColumnDetailEntry.vue index ea8faaaf..30d8939b 100644 --- a/ts/components/PlanningColumnDetailEntry.vue +++ b/ts/components/PlanningColumnDetailEntry.vue @@ -5,10 +5,10 @@
- +
- +

No report or pool

@@ -17,7 +17,7 @@