Fix compiler error
This commit is contained in:
@@ -3,11 +3,11 @@ import { times } from 'ramda'
|
|||||||
|
|
||||||
interface BossSearchPageProps {}
|
interface BossSearchPageProps {}
|
||||||
|
|
||||||
const AZArray = times((index) => {
|
// const AZArray = times((index) => {
|
||||||
const charCode = 'A'.charCodeAt(0) + index
|
// const charCode = 'A'.charCodeAt(0) + index
|
||||||
const result = String.fromCharCode(charCode)
|
// const result = String.fromCharCode(charCode)
|
||||||
return result
|
// return result
|
||||||
}, 26)
|
// }, 26)
|
||||||
const NumberArray = times((index) => {
|
const NumberArray = times((index) => {
|
||||||
if (index / 100 >= 1) {
|
if (index / 100 >= 1) {
|
||||||
return index
|
return index
|
||||||
|
|||||||
Reference in New Issue
Block a user