diff --git a/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/GalleryItem.js b/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/GalleryItem.js index 8cdf650624..bc0c0acee3 100644 --- a/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/GalleryItem.js +++ b/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/GalleryItem.js @@ -56,7 +56,7 @@ const SingleItem = (props) => {
{t("Home:ByLastModifiedDate")} - {parseAndFormatDate(selectedItem.updatedAt)} + {parseAndFormatDate(selectedItem.attributes.updatedAt)}
diff --git a/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/index.js b/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/index.js index 046afd2ec2..628e5105f4 100644 --- a/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/index.js +++ b/products/ASC.Files/Client/src/pages/Home/InfoPanel/Body/index.js @@ -69,7 +69,11 @@ const InfoPanelBodyContent = ({ ) : ( - + ) ) : (