Web:Client:Home: refactoring type cell at table view

This commit is contained in:
TimofeyBoyko 2022-09-15 17:35:41 +03:00
parent afaa0db5c1
commit b557ad5127

View File

@ -21,9 +21,7 @@ const TypeCell = ({ t, item, sideColor }) => {
case FileType.Presentation:
return t("Presentation");
case FileType.Document:
return t("Document");
case FileType.OForm:
return t("Document");
case FileType.OFormTemplate:
return t("Document");