diff --git a/DoctorApp/ViewModels/ClientInfoViewModel.cs b/DoctorApp/ViewModels/ClientInfoViewModel.cs
index 54d2df0..461985e 100644
--- a/DoctorApp/ViewModels/ClientInfoViewModel.cs
+++ b/DoctorApp/ViewModels/ClientInfoViewModel.cs
@@ -8,6 +8,6 @@ namespace DoctorApp.ViewModels
class ClientInfoViewModel
{
public string Username { get; set; }
- public string TabName { get; set; }
+ public string Status { get; set; }
}
}
diff --git a/DoctorApp/ViewModels/MainViewModel.cs b/DoctorApp/ViewModels/MainViewModel.cs
index 8c1f3fd..3dced45 100644
--- a/DoctorApp/ViewModels/MainViewModel.cs
+++ b/DoctorApp/ViewModels/MainViewModel.cs
@@ -30,7 +30,6 @@ namespace DoctorApp.ViewModels
Tabs.Add(new ClientInfoViewModel
{
Username = username,
- TabName = username
});
});
}
diff --git a/DoctorApp/Views/ClientInfoView.xaml b/DoctorApp/Views/ClientInfoView.xaml
index 29eda51..fb111f7 100644
--- a/DoctorApp/Views/ClientInfoView.xaml
+++ b/DoctorApp/Views/ClientInfoView.xaml
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/DoctorApp/Views/MainView.xaml b/DoctorApp/Views/MainView.xaml
index af186b3..dc14aee 100644
--- a/DoctorApp/Views/MainView.xaml
+++ b/DoctorApp/Views/MainView.xaml
@@ -11,7 +11,7 @@
-
+