diff --git a/lib/ui/app/presenters/entity_presenter.dart b/lib/ui/app/presenters/entity_presenter.dart index cea0e312d..9a8145ae2 100644 --- a/lib/ui/app/presenters/entity_presenter.dart +++ b/lib/ui/app/presenters/entity_presenter.dart @@ -36,7 +36,7 @@ class EntityPresenter { EntityType.user, EntityType.product, ].contains(entity.entityType) || - (isMobile(context) && isShort)) { + isShort) { return name; } else if (isMobile(context)) { return '$type $name';