Skip to content

Commit

Permalink
chore: uncommented OnInitialized() since it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
Makrowave authored and purifetchi committed Jan 18, 2024
1 parent b10b8f1 commit 54f2ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Components/UI/ItemCard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

protected override void OnInitialized()
{
//ChangeColor();
ChangeColor();
base.OnInitialized();
}

Expand Down

0 comments on commit 54f2ad9

Please sign in to comment.