From 9c392e5791d3e396be2297ca141fa738a744aa77 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 27 Apr 2026 19:53:22 +0000 Subject: [PATCH] Make public report card name consistent with other components --- ts/components/CommunicationColumnDetail.vue | 4 ++-- ts/components/PlanningColumnDetailEntry.vue | 6 +++--- .../{PublicreportCard.vue => PublicReportCard.vue} | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename ts/components/{PublicreportCard.vue => PublicReportCard.vue} (100%) 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 @@