Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit eef86ad

Browse files
authored
Merge branch 'master' into grokys/scrollwheel-fix
2 parents c2ab38f + bb33f67 commit eef86ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Models/Account.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public Account(
3232
HasMaximumPrivateRepositories = OwnedPrivateRepos >= PrivateReposInPlan;
3333

3434
bitmapSource.ObserveOn(RxApp.MainThreadScheduler)
35-
.Subscribe(x => avatar = x);
35+
.Subscribe(x => Avatar = x);
3636
}
3737

3838
public Account(Octokit.Account account)

0 commit comments

Comments
 (0)