Skip to content

Commit 3e8b7e1

Browse files
committed
fix: review nanofix
1 parent 6374601 commit 3e8b7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Storage/Storage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const Storage = ({database, nodeId, groupId, pDiskId}: StorageProps) => {
109109
additionalNodesProps,
110110
visibleEntities,
111111
database,
112-
groupId: valueIsDefined(groupId) ? groupId.toString() : undefined,
112+
groupId: groupId?.toString(),
113113
});
114114

115115
const {

0 commit comments

Comments
 (0)