Commit 813885e
committed
fix: add missing parentheses to getReverseHangmanHTML call
The arrow function was returning the function reference instead of
calling it, causing Reverse Hangman project to not load in web app.
Closes steam-bell-92#13111 parent 793620e commit 813885e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments