diff --git a/frontend/components/Item/View/Table.vue b/frontend/components/Item/View/Table.vue
index 231aa3d7..2d41a42b 100644
--- a/frontend/components/Item/View/Table.vue
+++ b/frontend/components/Item/View/Table.vue
@@ -210,8 +210,6 @@
}))
);
- console.log(headers.value);
-
const toggleHeader = (value: string) => {
const header = headers.value.find(h => h.value === value);
if (header) {
diff --git a/frontend/components/global/Currency.vue b/frontend/components/global/Currency.vue
index 2538c1c2..963d70d4 100644
--- a/frontend/components/global/Currency.vue
+++ b/frontend/components/global/Currency.vue
@@ -1,21 +1,41 @@
- {{ value }}
+
+
+ {{ formattedValue }}
+
+ Loading...
+
diff --git a/frontend/locales/en.json b/frontend/locales/en.json
index f07fc0e8..3335a67a 100644
--- a/frontend/locales/en.json
+++ b/frontend/locales/en.json
@@ -156,7 +156,8 @@
"update": "Update",
"value": "Value",
"version": "Version: { version }",
- "welcome": "Welcome, { username }"
+ "welcome": "Welcome, { username }",
+ "loading": "Loading..."
},
"home": {
"labels": "Labels",