diff --git a/src/global-methods.js b/src/global-methods.js index 0641216e..0cf0346c 100644 --- a/src/global-methods.js +++ b/src/global-methods.js @@ -17,4 +17,5 @@ export default { } ); }); - } \ No newline at end of file + } +} \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index 02c9ab2e..5be78178 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -24,7 +24,7 @@ export const getters = { function getAllValuesOfPropertyInArrayOfObjects(array, propertyName) { return (array ?? []).map(x => x[propertyName]).filter(x => x); -} +}; // Export Actions export const actions = {