|
@@ -116,7 +116,6 @@ class JobListItem extends StatelessWidget {
|
|
|
isFontRegular: true,
|
|
|
textColor: ColorConstants.textYellowFFBB1B,
|
|
|
fontSize: 14,
|
|
|
- onClick: onAppliedAction,
|
|
|
).expanded(),
|
|
|
],
|
|
|
).marginOnly(top: 15),
|
|
@@ -204,6 +203,8 @@ class JobListItem extends StatelessWidget {
|
|
|
),
|
|
|
],
|
|
|
),
|
|
|
- );
|
|
|
+ ).onTap(() {
|
|
|
+ onAppliedAction?.call();
|
|
|
+ });
|
|
|
}
|
|
|
}
|