FIX_*:Bug fix

This commit is contained in:
Surendiran 2025-07-11 12:12:36 +05:30
parent 5cc5133b2e
commit 85e826e2ce

View File

@ -359,8 +359,8 @@ class _HrPolicyDetailsState extends State<hrPolicyDetails>
),
),
Text(
"${widget.cardInsurer_name} - ${widget.cardPolicy_name} (${widget.cardPolicy_ExpDate}) " ??
'',
widget.TokenType == 'pre' ? "${widget.cardPolicy_name} (${widget.cardPolicy_ExpDate})" :
"${widget.cardInsurer_name} - ${widget.cardPolicy_name} (${widget.cardPolicy_ExpDate})",
style: GoogleFonts.poppins(
color: Colors.grey,
fontSize: 12,