add dashboard to phone app
This commit is contained in:
@@ -63,7 +63,7 @@ class ReservationCard extends StatelessWidget {
|
||||
size: 14, color: Color(0xFF9CA3AF)),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
'\$${reservation.totalAmount.toStringAsFixed(2)}',
|
||||
'\$${(reservation.totalAmount / 100).toStringAsFixed(2)}',
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
color: Color(0xFF111928),
|
||||
|
||||
Reference in New Issue
Block a user