Web:Files:Added VersionBadge translation to FilesTableRow component.

This commit is contained in:
Vlada Gazizova 2021-12-23 18:06:54 +03:00
parent f9f1438df9
commit 134000038a

View File

@ -308,7 +308,7 @@ const FilesTableRow = (props) => {
);
};
export default withTranslation("Home")(
export default withTranslation(["Home", "VersionBadge"])(
withFileActions(
withRouter(
withContextOptions(