Skip to content

Commit

Permalink
change point text
Browse files Browse the repository at this point in the history
  • Loading branch information
CoCo-Japan-pan committed Sep 14, 2023
1 parent b490a3b commit 60c0a54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const SmallTable: React.FC<Props> = ({ submissions, setFilterFunc }) => {
href={window.location.hash}
onClick={(): void => setFilterFunc(point)}
>
{`${point}- `}
{grouped ? `${point}-` : point}
</a>
</th>
))}
Expand Down

0 comments on commit 60c0a54

Please sign in to comment.