Skip to content

Commit 31cad3a

Browse files
chore: add comment
1 parent b3d38ae commit 31cad3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/store/reducers/storage/utils.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@ const prepareStorageNodeData = (
220220
return {
221221
...restNodeParams,
222222
...prepareNodeSystemState(SystemState),
223+
// There is NodeId both in node and its system state
224+
// We should use only NodeId from node, since it's always present (there may be no SystemState)
223225
NodeId,
224226
PDisks: pDisks,
225227
VDisks: vDisks,

0 commit comments

Comments
 (0)