diff --git a/web/web/src/components/DetailsDrawer.js b/web/web/src/components/DetailsDrawer.js index 858e2d5ab8..a3cc707fa1 100644 --- a/web/web/src/components/DetailsDrawer.js +++ b/web/web/src/components/DetailsDrawer.js @@ -143,6 +143,15 @@ const DetailsDrawer = props => { )} + {drawerData.storageLocation && ( + + + Storage Location + + {renderFieldText({ value: drawerData.storageLocation })} + + )} + Comment