Skip to content

Commit

Permalink
chore: Fix culture debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vyruz1986 committed Oct 7, 2023
1 parent b6f92a0 commit d9dbfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/Pages/Public/About.razor
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

private decimal TestAmount = 123.56M;
private CultureInfo[] _supportedCultures = Array.Empty<CultureInfo>();
private CultureInfo Culture { get; set; }
private CultureInfo Culture { get; set; } = default!;

private string _version
{
Expand Down

0 comments on commit d9dbfbe

Please sign in to comment.