Add view action

This commit is contained in:
Hillel Coren 2021-09-26 18:42:23 +03:00
parent e8f361fecc
commit 0d802e4c11
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class EntityPresenter {
EntityType.user, EntityType.user,
EntityType.product, EntityType.product,
].contains(entity.entityType) || ].contains(entity.entityType) ||
(isMobile(context) && isShort)) { isShort) {
return name; return name;
} else if (isMobile(context)) { } else if (isMobile(context)) {
return '$type $name'; return '$type $name';