8000 Fixed typo · jscriptcoder/lottery-contract@a915f6b · GitHub
[go: up one dir, main page]

Skip to content

Commit a915f6b

Browse files
committed
Fixed typo
1 parent b8c7327 commit a915f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Content/useContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export default function useContent() {
172172

173173
return () => {
174174
emitter.off('error-picking-winner', onErrorPickingWinner)
175-
emitter.off('error-picking-winner', onWinnerPicked)
175+
emitter.off('winner-picked', onWinnerPicked)
176176
}
177177
}, [])
178178

0 commit comments

Comments
 (0)
0