Skip to content

Commit

Permalink
Remove duplicate _
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCodeTraveler committed Sep 15, 2022
1 parent 7d84db1 commit 8be74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitTrends/ViewModels/TrendsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public partial class TrendsViewModel : BaseViewModel
_viewsClonesEmptyDataViewTitleText = string.Empty;

[ObservableProperty]
Xamarin.Forms.ImageSource? __starsEmptyDataViewImage, _viewsClonesEmptyDataViewImage;
Xamarin.Forms.ImageSource? _starsEmptyDataViewImage, _viewsClonesEmptyDataViewImage;

[ObservableProperty, NotifyPropertyChangedFor(nameof(IsViewsClonesChartVisible)), NotifyPropertyChangedFor(nameof(IsViewsClonesEmptyDataViewVisible)),
NotifyPropertyChangedFor(nameof(DailyViewsClonesMaxValue)), NotifyPropertyChangedFor(nameof(DailyViewsClonesMaxValue)), NotifyPropertyChangedFor(nameof(MinViewsClonesDate)),
Expand Down

0 comments on commit 8be74d4

Please sign in to comment.