mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-27 15:15:00 +00:00
Refactoring
This commit is contained in:
parent
0a50631c06
commit
838d2cd55f
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
var existingRepositoriesPAge =
|
||||
Pages.FirstOrDefault(p => string.IsNullOrEmpty(p.Node.Name));
|
||||
if (existingRepositoriesPAge != null)
|
||||
if (existingRepositoriesPAge is not null)
|
||||
{
|
||||
ActivePage = existingRepositoriesPAge;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue