diff --git a/web/satellite/.eslintrc.js b/web/satellite/.eslintrc.js index 9213181b1..3130835ea 100644 --- a/web/satellite/.eslintrc.js +++ b/web/satellite/.eslintrc.js @@ -36,8 +36,6 @@ module.exports = { "vue/max-attributes-per-line": ["off"], "vue/singleline-html-element-content-newline": ["off"], - "vue/no-v-html": ["off"], // needs a dedicated fix - "vue/block-lang": ["error", {"script": {"lang": "ts"}}], "vue/html-button-has-type": ["error"], "vue/no-unused-properties": ["warn"], diff --git a/web/satellite/src/components/account/billing/depositAndBillingHistory/PaymentsItem.vue b/web/satellite/src/components/account/billing/depositAndBillingHistory/PaymentsItem.vue index ebb2a1d47..43fdd3520 100644 --- a/web/satellite/src/components/account/billing/depositAndBillingHistory/PaymentsItem.vue +++ b/web/satellite/src/components/account/billing/depositAndBillingHistory/PaymentsItem.vue @@ -26,7 +26,9 @@ of {{ billingItem.quantity.total.toFixed(2) }}

-

+

+ {{ billingItem.label }} +

diff --git a/web/satellite/src/components/notifications/NotificationItem.vue b/web/satellite/src/components/notifications/NotificationItem.vue index 333c69fc2..30809b63b 100644 --- a/web/satellite/src/components/notifications/NotificationItem.vue +++ b/web/satellite/src/components/notifications/NotificationItem.vue @@ -4,7 +4,9 @@