Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Oct 16, 2024
1 parent 717723c commit 71445e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Shared/Scripts/UI/UnlockedSkinScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private async void Craft()
value = "0"
});
Debug.Log($"Craft transaction hash: {response.transactionHash}");

if (response.status != "1")
{
m_CraftState = CraftSkinState.Failed;
Expand Down

0 comments on commit 71445e5

Please sign in to comment.