diff --git a/BBWY.Client/Views/SelectShop.xaml.cs b/BBWY.Client/Views/SelectShop.xaml.cs index 556917bb..974c4329 100644 --- a/BBWY.Client/Views/SelectShop.xaml.cs +++ b/BBWY.Client/Views/SelectShop.xaml.cs @@ -27,7 +27,6 @@ namespace BBWY.Client.Views InitializeComponent(); this.DepartmentList = departmentList; this.Loaded += SelectShop_Loaded; - Shop = currentShop; } private void SelectShop_Loaded(object sender, RoutedEventArgs e)