diff --git a/lib/components/upload_form.dart b/lib/components/upload_form.dart index 221582e06..2ff5c6097 100644 --- a/lib/components/upload_form.dart +++ b/lib/components/upload_form.dart @@ -368,25 +368,6 @@ class _StatsScreenState extends State { ), ], ); - return ListTile( - contentPadding: EdgeInsets.zero, - title: Text( - file.entity.name!, - style: typography.paragraphNormal( - fontWeight: ArFontWeight.bold, - ), - ), - leading: Text( - filesize(file.size), - style: typography.paragraphNormal( - fontWeight: ArFontWeight.semiBold, - ), - ), - trailing: getIconForContentType( - file.entity.dataContentType ?? '', - size: 16, - ), - ); } else { final bundle = file as BundleUploadHandle;