diff --git a/ts/rmo/store/publicreport.ts b/ts/rmo/store/publicreport.ts index 9b65f130..20279899 100644 --- a/ts/rmo/store/publicreport.ts +++ b/ts/rmo/store/publicreport.ts @@ -9,7 +9,7 @@ import { type PublicReportUpdate, } from "@/type/api"; -export const useStorePublicReport = defineStore("publicreport", () => { +export const useStorePublicReport = defineStore("rmo-publicreport", () => { // State const _byURI = ref>(new Map()); const loading = ref(false); diff --git a/ts/rmo/view/StatusByID.vue b/ts/rmo/view/StatusByID.vue index c9afe5fd..71f17854 100644 --- a/ts/rmo/view/StatusByID.vue +++ b/ts/rmo/view/StatusByID.vue @@ -47,103 +47,107 @@