Skip to content

Commit

Permalink
Update health check
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed May 6, 2022
1 parent 90ac0f9 commit 0da5b40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ui/app/dialogs/health_check_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class _HealthCheckDialogState extends State<HealthCheckDialog> {
@override
Widget build(BuildContext context) {
final localization = AppLocalization.of(context);
final state = StoreProvider.of<AppState>(context).state;
final webPhpVersion =
_parseVersion(_response?.phpVersion?.currentPHPVersion ?? '');
final cliPhpVersion =
Expand Down

0 comments on commit 0da5b40

Please sign in to comment.