Skip to content

Commit 3072385

Browse files
committed
Display Problem G on RegularTable
1 parent c87a7e8 commit 3072385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/TablePage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const TablePage: React.FC = () => {
192192
const regexpOpenContest = /\(Open\)$/;
193193
contests.forEach((contest) => {
194194
if (regexpYukicoderContest.exec(contest.Name)) {
195-
if (contest.ProblemIdList.length <= 6)
195+
if (contest.ProblemIdList.length <= 7)
196196
yukicoderRegularContests.push(contest);
197197
else yukicoderLongContests.push(contest);
198198
} else if (regexpOpenContest.exec(contest.Name)) {

0 commit comments

Comments
 (0)