Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobricenov committed Nov 14, 2024
1 parent d0053c4 commit e210687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/ClaimedRewardToastState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ClaimedRewardToastState {
if (this.clearTimeoutId) {
clearTimeout(this.clearTimeoutId)
}

this.clearTimeoutId = setTimeout(() => {
this.reward = null
this.clearTimeoutId = undefined
Expand Down

0 comments on commit e210687

Please sign in to comment.