diff --git a/spaces/pages/products/index.vue b/spaces/pages/products/index.vue
index b88792d..cb76d20 100644
--- a/spaces/pages/products/index.vue
+++ b/spaces/pages/products/index.vue
@@ -36,37 +36,34 @@
-
-
- router.push(`/products/show/${i.id}`) "
- :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Artikel anzuzeigen' }"
- >
-
- {{`${dataStore.getStockByProductId(row.id)} ${(dataStore.units.find(unit => unit.id === row.unit) ? dataStore.units.find(unit => unit.id === row.unit).name : "")}`}}
-
-
- {{row.purchasePrice ? Number(row.purchasePrice).toFixed(2) + " €" : ""}}
-
-
-
- {{tag}}
-
- -
-
-
- {{dataStore.units.find(unit => unit.id === row.unit) ? dataStore.units.find(unit => unit.id === row.unit).name : row.unit}}
-
-
-
+ router.push(`/products/show/${i.id}`) "
+ :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Artikel anzuzeigen' }"
+ >
+
+ {{`${dataStore.getStockByProductId(row.id)} ${(dataStore.units.find(unit => unit.id === row.unit) ? dataStore.units.find(unit => unit.id === row.unit).name : "")}`}}
+
+
+ {{row.purchasePrice ? Number(row.purchasePrice).toFixed(2) + " €" : ""}}
+
+
+
+ {{tag}}
+
+ -
+
+
+ {{dataStore.units.find(unit => unit.id === row.unit) ? dataStore.units.find(unit => unit.id === row.unit).name : row.unit}}
+
+ /
diff --git a/spaces/pages/spaces/index.vue b/spaces/pages/spaces/index.vue
index 59fc8b3..c712c5c 100644
--- a/spaces/pages/spaces/index.vue
+++ b/spaces/pages/spaces/index.vue
@@ -35,18 +35,14 @@
-
-
-
- router.push(`/spaces/show/${i.id}`) "
- :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Lagerplätze anzuzeigen' }"
- />
-
+ router.push(`/spaces/show/${i.id}`) "
+ :empty-state="{ icon: 'i-heroicons-circle-stack-20-solid', label: 'Keine Lagerplätze anzuzeigen' }"
+ />