Skip to content

Commit

Permalink
fix bug in example
Browse files Browse the repository at this point in the history
  • Loading branch information
boscohyun committed Jul 30, 2024
1 parent 7af892b commit b94ab64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/daily-reward-dapp/src/CreateAvatarButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function createCreateAvatarAction(avatarIndex: number): CreateAvatar {
ear: 0n,
lens: 0n,
tail: 0n,
name: `Avatar ${avatarIndex}`,
name: `Avatar${avatarIndex}`,
});
}

Expand Down

0 comments on commit b94ab64

Please sign in to comment.