diff --git a/src/pages/Route/Cmr/CmrList.vue b/src/pages/Route/Cmr/CmrList.vue index 761d79fa2..d8c406396 100644 --- a/src/pages/Route/Cmr/CmrList.vue +++ b/src/pages/Route/Cmr/CmrList.vue @@ -56,8 +56,8 @@ const columns = computed(() => [ }, ]); function getProjectUrl() { - return ((new URL(window.location)).origin); -}; + return new URL(window.location).origin; +} - - - + + + @@ -127,4 +134,4 @@ function getProjectUrl() { #false { background-color: $negative; } - \ No newline at end of file +