diff --git a/apps/mobile/packages/features/client/client_coverage/lib/src/presentation/widgets/worker_row.dart b/apps/mobile/packages/features/client/client_coverage/lib/src/presentation/widgets/worker_row.dart index fbd5349a..f1e68021 100644 --- a/apps/mobile/packages/features/client/client_coverage/lib/src/presentation/widgets/worker_row.dart +++ b/apps/mobile/packages/features/client/client_coverage/lib/src/presentation/widgets/worker_row.dart @@ -190,7 +190,7 @@ class WorkerRow extends StatelessWidget { leadingIcon: UiIcons.star, ), ), - if (!showCancelButton && onCancel != null) + if (showCancelButton && onCancel != null) GestureDetector( onTap: onCancel, child: UiChip(