Merge branch 'develop' of github.com:ONLYOFFICE/AppServer into develop

This commit is contained in:
Ilya Oleshko 2021-02-02 10:24:31 +03:00
commit 9a0b37100f

View File

@ -38,8 +38,8 @@ const VersionRow = (props) => {
const canEdit = info.access === 1 || info.access === 0;
const title = `${new Date(info.created).toLocaleString(culture)} ${
info.createdBy.displayName
const title = `${new Date(info.updated).toLocaleString(culture)} ${
info.updatedBy.displayName
}`;
const linkStyles = { isHovered: true, type: "action" };