Skip to content

Commit

Permalink
Update upload_form.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 8, 2024
1 parent 6aef294 commit 0f7fda8
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions lib/components/upload_form.dart
Original file line number Diff line number Diff line change
Expand Up @@ -368,25 +368,6 @@ class _StatsScreenState extends State<StatsScreen> {
),
],
);
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;

Expand Down

0 comments on commit 0f7fda8

Please sign in to comment.