Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Dec 12, 2024
1 parent c0636ff commit f3cd3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/flow/home/components/app_media_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class AppMediaItem extends StatelessWidget {
),
const SizedBox(width: 4),
Text(
"${uploadMediaProcess?.progressPercentage.toInt()}%",
"${progressPercentage.toInt()}%",
style: AppTextStyles.caption.copyWith(
color: Colors.white,
shadows: [
Expand Down

0 comments on commit f3cd3e8

Please sign in to comment.