diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index 108acad23..74a82c45c 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js @@ -50,7 +50,6 @@ module.exports = { 'vue/v-on-event-hyphenation': 0, // TODO remove at the end of migration and fix 'vue/require-default-prop': 0, // TODO remove at the end of migration and fix 'vue/no-computed-properties-in-data': 0, // TODO remove at the end of migration and fix - '@intlify/vue-i18n/no-dynamic-keys': 'error', '@intlify/vue-i18n/no-missing-keys': 0, // TODO remove at the end of migration and fix '@intlify/vue-i18n/no-unused-keys': [ 'error', diff --git a/frontend/src/components/Breadcrumb/breadcrumb.vue b/frontend/src/components/Breadcrumb/breadcrumb.vue index 6eb3368e7..305b34fe7 100644 --- a/frontend/src/components/Breadcrumb/breadcrumb.vue +++ b/frontend/src/components/Breadcrumb/breadcrumb.vue @@ -1,5 +1,5 @@ @@ -17,3 +17,10 @@ export default { }, } + + diff --git a/frontend/src/components/GddTransactionList.vue b/frontend/src/components/GddTransactionList.vue index b0cd1bd5e..8396f8d52 100644 --- a/frontend/src/components/GddTransactionList.vue +++ b/frontend/src/components/GddTransactionList.vue @@ -24,27 +24,18 @@
-
+
-