diff --git a/src/cotuongpc1/CoTuongPc1.js b/src/cotuongpc1/CoTuongPc1.js index edaf3c5..b1b086f 100644 --- a/src/cotuongpc1/CoTuongPc1.js +++ b/src/cotuongpc1/CoTuongPc1.js @@ -76,14 +76,14 @@ export let CoTuongPc1 = () => { } let currentRoundIndex = -1; - let currentDate = dateStringify(new Date()); - for (let r = 0; r < R; r++) { - let {startDate, endDate} = rounds[r]; - if (isDateInRange(currentDate, startDate, endDate)) { - currentRoundIndex = r; - break; - } - } + // let currentDate = dateStringify(new Date()); + // for (let r = 0; r < R; r++) { + // let {startDate, endDate} = rounds[r]; + // if (isDateInRange(currentDate, startDate, endDate)) { + // currentRoundIndex = r; + // break; + // } + // } return (
BXH tính đến vòng {roundNameAt(currentRoundIndex)} đang diễn ra
- )*/} + )}