Skip to content

Commit b9001cf

Browse files
committed
オープンコンテストがあるようなproblem_idが同じでcontest_idが異なるような時に問題のリンクが正しいコンテストページにリンクされるように修正
1 parent b7a404c commit b9001cf

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)