summaryrefslogtreecommitdiff
path: root/src/views/HardwareStatus/Inventory/Inventory.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/HardwareStatus/Inventory/Inventory.vue')
-rw-r--r--src/views/HardwareStatus/Inventory/Inventory.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/HardwareStatus/Inventory/Inventory.vue b/src/views/HardwareStatus/Inventory/Inventory.vue
index fcdbf8d2..d05e32e1 100644
--- a/src/views/HardwareStatus/Inventory/Inventory.vue
+++ b/src/views/HardwareStatus/Inventory/Inventory.vue
@@ -163,7 +163,7 @@ export default {
});
const powerSuppliesTablePromise = new Promise((resolve) => {
this.$root.$on('hardware-status-power-supplies-complete', () =>
- resolve()
+ resolve(),
);
});
const processorsTablePromise = new Promise((resolve) => {