diff --git a/Core/Core/Api/GraphQL/Client.GraphqlCleintOperations/Client.BranchOperations.cs b/Core/Core/Api/GraphQL/Client.GraphqlCleintOperations/Client.BranchOperations.cs index 343f676eeb..dc5dadd7e9 100644 --- a/Core/Core/Api/GraphQL/Client.GraphqlCleintOperations/Client.BranchOperations.cs +++ b/Core/Core/Api/GraphQL/Client.GraphqlCleintOperations/Client.BranchOperations.cs @@ -22,8 +22,6 @@ public Task> StreamGetBranches(string streamId, int branchesLimit = return StreamGetBranches(CancellationToken.None, streamId, branchesLimit, commitsLimit); } - - /// /// Get branches from a given stream /// diff --git a/DesktopUI2/DesktopUI2/ViewModels/StreamViewModel.cs b/DesktopUI2/DesktopUI2/ViewModels/StreamViewModel.cs index b6131094b3..80d97e1311 100644 --- a/DesktopUI2/DesktopUI2/ViewModels/StreamViewModel.cs +++ b/DesktopUI2/DesktopUI2/ViewModels/StreamViewModel.cs @@ -761,7 +761,7 @@ private void GetReport() Report = report; //do not switch to report tab automatically - //if (HasReportItems) + //if (HasReportItems) //{ // // activate report tab // SelectedTab = 4; @@ -1624,5 +1624,6 @@ public void Dispose() Client?.Dispose(); } #endregion + } }