Skip to content

Commit

Permalink
Unit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HossamElghamry committed Jul 13, 2019
1 parent db4df3d commit 274cf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ui/homepage/homepage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class TopContainer extends StatelessWidget {
stream: globalBloc.medicineList$,
builder: (context, snapshot) {
return Padding(
padding: EdgeInsets.only(top: 16.0, bottom: 5),
padding: EdgeInsets.only(top: 16.0, bottom: 5 ),
child: Center(
child: Text(
!snapshot.hasData ? '0' : snapshot.data.length.toString(),
Expand Down

0 comments on commit 274cf60

Please sign in to comment.