diff --git a/src/components/settings/SettingsSection.vue b/src/components/settings/SettingsSection.vue
index b5eee3f..f163c27 100644
--- a/src/components/settings/SettingsSection.vue
+++ b/src/components/settings/SettingsSection.vue
@@ -17,7 +17,7 @@ along with this program. If not, see .
@@ -29,6 +29,6 @@ defineProps({
type: Boolean,
required: false,
default: false,
- }
+ },
})
diff --git a/src/scss/admin.scss b/src/scss/admin.scss
index 993e30f..56f95c2 100644
--- a/src/scss/admin.scss
+++ b/src/scss/admin.scss
@@ -255,4 +255,3 @@
}
}
}
-