Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Aug 21, 2024
2 parents 8e9a425 + 4a4c71b commit 7fffaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/app/dialogs/health_check_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class _HealthCheckDialogState extends State<HealthCheckDialog> {
? '\nMemory Limit: $phpMemoryLimit'
: ''),
),
if (_response!.queue != 'sync') ...[
if (_response!.queue == 'database') ...[
_HealthListTile(
title: 'Queue',
isValid: _response!.queueData.failed == 0,
Expand Down

0 comments on commit 7fffaf3

Please sign in to comment.