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);