style(settings): remove unnecessary commas

Removed unnecessary commas in settings input component and settings page
component.
This commit is contained in:
2026-07-28 12:35:27 +02:00
parent 702f6d4787
commit 9473a42037
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ const props = defineProps({
},
path: {
required: true
},
}
});
const store = useSettingsStore();
@@ -30,7 +30,7 @@ const props = defineProps({
},
path: {
required: true
},
}
});
</script>