From 0eb0a94f484d5cdbf6ac4a81f54ddeb2ecd755b7 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Tue, 20 Aug 2024 12:59:59 +0300 Subject: [PATCH] updates --- lib/pages/BookAppointment/widgets/DoctorView.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pages/BookAppointment/widgets/DoctorView.dart b/lib/pages/BookAppointment/widgets/DoctorView.dart index 3d6ffb3a..3e27f9ba 100644 --- a/lib/pages/BookAppointment/widgets/DoctorView.dart +++ b/lib/pages/BookAppointment/widgets/DoctorView.dart @@ -52,8 +52,6 @@ class DoctorView extends StatefulWidget { class _DoctorViewState extends State with AutomaticKeepAliveClientMixin { late ProjectViewModel projectViewModel; - late ProjectViewModel projectViewModel; - @override Widget build(BuildContext context) { projectViewModel = Provider.of(context);