Skip to content

Commit 60c0a54

Browse files
change point text
1 parent b490a3b commit 60c0a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder-problems-frontend/src/pages/ListPage/SmallTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const SmallTable: React.FC<Props> = ({ submissions, setFilterFunc }) => {
104104
href={window.location.hash}
105105
onClick={(): void => setFilterFunc(point)}
106106
>
107-
{`${point}- `}
107+
{grouped ? `${point}-` : point}
108108
</a>
109109
</th>
110110
))}

0 commit comments

Comments
 (0)