Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #505 from egovernments/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rahuldevgarg authored Aug 22, 2023
2 parents b96c387 + 8a6609c commit 6262e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/mgramseva/lib/widgets/success_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class SuccessPage extends StatelessWidget {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text('₹${amount}',
amount==null?SizedBox():Text('₹${amount}',
textAlign: TextAlign.center,
style: TextStyle(
color: Theme.of(context).backgroundColor,
Expand Down

0 comments on commit 6262e0d

Please sign in to comment.