Skip to content

Commit

Permalink
fix parentesis
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinariHex committed Aug 24, 2024
1 parent b8ef17f commit eae234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SubmitMatches/MatchForm/MatchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function MatchForm({
<option value={2}>osu!catch</option>
<option value={4}>osu!mania 4K</option>
<option value={5}>osu!mania 7K</option>
<option value={3}>osu!mania &lpar;Other&rpar;</option>
<option value={3}>osu!mania (Other)</option>
</select>
</div>
</div>
Expand Down

0 comments on commit eae234d

Please sign in to comment.