Refactoring

This commit is contained in:
AleksandrLiakhavetsEPAM 2025-05-17 11:57:36 +03:00
parent 0a50631c06
commit 838d2cd55f

View file

@ -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;
}