merge
This commit is contained in:
parent
6c12c4ca35
commit
534c8213d9
@ -2222,6 +2222,10 @@ class PolicyCriteriaState extends State<PolicyCriteria> {
|
||||
? (apiDataForClass?['hotel_class'] ?? [])
|
||||
: (apiDataForClass?['train_class'] ?? []);
|
||||
}
|
||||
String textLabel = "Class";
|
||||
if (ServiceIndxId != null) {
|
||||
textLabel = (ServiceIndxId == "2") ? "Category" : "Class";
|
||||
}
|
||||
|
||||
print("CLASSServiceId- $ServiceId");
|
||||
print("CLASSpurposeList - $purposeList");
|
||||
@ -2287,7 +2291,7 @@ class PolicyCriteriaState extends State<PolicyCriteria> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
"Class",
|
||||
textLabel,
|
||||
style: GoogleFonts.poppins(
|
||||
fontSize: 12,
|
||||
// fontWeight: FontWeight.w200,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user