Skip to content

Commit

Permalink
Call oninititialized on stats
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamMorrow committed Aug 11, 2024
1 parent 88551fb commit 3999099
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LiftLog.Ui/Shared/Presentation/StatGraphCardContent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ else
}
protected override async Task OnInitializedAsync()
{
await base.OnInitializedAsync();
Color LineColors = new()
{
GetColorString(AppState.Value.ColorScheme.Blue),
Expand Down

0 comments on commit 3999099

Please sign in to comment.