summaryrefslogtreecommitdiff
path: root/src/store/modules/HardwareStatus/MemoryStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/modules/HardwareStatus/MemoryStore.js')
-rw-r--r--src/store/modules/HardwareStatus/MemoryStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/store/modules/HardwareStatus/MemoryStore.js b/src/store/modules/HardwareStatus/MemoryStore.js
index fd8f0a91..c166d831 100644
--- a/src/store/modules/HardwareStatus/MemoryStore.js
+++ b/src/store/modules/HardwareStatus/MemoryStore.js
@@ -26,7 +26,6 @@ const MemoryStore = {
SparePartNumber,
Description,
MemoryType,
- MemorySize,
LocationIndicatorActive,
Location,
} = data;
@@ -45,7 +44,6 @@ const MemoryStore = {
sparePartNumber: SparePartNumber,
description: Description,
memoryType: MemoryType,
- memorySize: MemorySize,
identifyLed: LocationIndicatorActive,
uri: data['@odata.id'],
locationNumber: Location?.PartLocation?.ServiceLabel,