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.
2 parents 1b97cd2 + b9001cf commit 243034eCopy full SHA for 243034e
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