mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-23 04:46:44 +00:00
Various PSR12 code cleanup
This commit is contained in:
@@ -77,7 +77,7 @@ export default defineComponent(
|
||||
|
||||
const getLocale = function () {
|
||||
return (new Prefs).get('locale').then(data => {
|
||||
const locale = data.data.data.attributes.data.replace('_','-');
|
||||
const locale = data.data.data.attributes.data.replace('_', '-');
|
||||
|
||||
ffStore.setLocale(locale);
|
||||
}).catch((err) => {
|
||||
|
Reference in New Issue
Block a user