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 44ac5d1 commit ae7af2aCopy full SHA for ae7af2a
atcoder-problems-frontend/src/components/ProblemLink.tsx
@@ -51,8 +51,7 @@ export const ProblemLink: React.FC<Props> = (props) => {
51
if (
52
!showDifficulty ||
53
problemModel === undefined ||
54
- (difficulty === undefined && !showDifficultyUnavailable) ||
55
- /^ahc\d{3}$/g.test(contestId)
+ (difficulty === undefined && !showDifficultyUnavailable)
56
) {
57
return link;
58
}
0 commit comments