diff --git a/components/section.vue b/components/section.vue index 2119f9064..70883a7ce 100644 --- a/components/section.vue +++ b/components/section.vue @@ -25,7 +25,7 @@ export default { return this.$store.state.postwoman.settings.FRAME_COLORS_ENABLED || false }, sectionString() { - return `${this.$route.path.replace(/\/+$/, '')}/${this.label}` + return `${this.$route.path.replace(/\/+$/, "")}/${this.label}` }, },