Skip to content

Commit 243034e

Browse files
authored
Merge pull request #1300 from ccppjsrb/#1274-fix-link-open-contest
オンサイトの問題のリンク先がオープンコンテストになる問題を修正
2 parents 1b97cd2 + b9001cf commit 243034e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder-problems-frontend/src/pages/TablePage/ContestTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const ContestTable: React.FC<Props> = (props) => {
120120
)}
121121
showDifficulty={props.showDifficulty}
122122
problemId={problem.id}
123-
contestId={problem.contest_id}
123+
contestId={contest.id}
124124
problemIndex={problem.problem_index}
125125
problemName={problem.name}
126126
problemModel={model}

0 commit comments

Comments
 (0)