bonk-challanges 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -209,7 +209,7 @@ function MathChallenge({ colors, stylesConfig, onSolved, difficulty = 'intermedi
|
|
|
209
209
|
setInput('');
|
|
210
210
|
}, [problem.text]);
|
|
211
211
|
|
|
212
|
-
const pad = ['
|
|
212
|
+
const pad = ['-', '+', 'i', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'C', '0', 'OK'];
|
|
213
213
|
|
|
214
214
|
return React.createElement(
|
|
215
215
|
View,
|