diff --git a/lib/controller/firebase/firbase_messge.dart b/lib/controller/firebase/firbase_messge.dart index 61c8404..7164e56 100644 --- a/lib/controller/firebase/firbase_messge.dart +++ b/lib/controller/firebase/firbase_messge.dart @@ -775,9 +775,7 @@ class DriverTipWidget extends StatelessWidget { child: Padding( padding: const EdgeInsets.all(6), child: Text( - (controller.totalPassenger * - double.parse(box.read(BoxName.tipPercentage))) - .toString(), + '${controller.totalPassenger * double.parse(box.read(BoxName.tipPercentage))} ${box.read(BoxName.countryCode) == 'Egypt' ? 'LE'.tr : 'JOD'.tr}', style: AppStyle.title, ), ),