merge-update-with-lab-changes
haroon amjad 1 year ago
parent cab1854cce
commit 0eb0a94f48

@ -52,8 +52,6 @@ class DoctorView extends StatefulWidget {
class _DoctorViewState extends State<DoctorView> with AutomaticKeepAliveClientMixin {
late ProjectViewModel projectViewModel;
late ProjectViewModel projectViewModel;
@override
Widget build(BuildContext context) {
projectViewModel = Provider.of(context);

Loading…
Cancel
Save