We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a404c commit b9001cfCopy full SHA for b9001cf
atcoder-problems-frontend/src/pages/TablePage/ContestTable.tsx
@@ -120,7 +120,7 @@ export const ContestTable: React.FC<Props> = (props) => {
120
)}
121
showDifficulty={props.showDifficulty}
122
problemId={problem.id}
123
- contestId={problem.contest_id}
+ contestId={contest.id}
124
problemIndex={problem.problem_index}
125
problemName={problem.name}
126
problemModel={model}
0 commit comments