mirror of
https://github.com/Hackdex-App/hackdex-website.git
synced 2026-09-10 01:46:01 -05:00
Update baseRoms
This commit is contained in:
@@ -399,7 +399,7 @@ export default function HackSubmitForm({ dummy = false }: HackSubmitFormProps) {
|
||||
<option value="" disabled>{platform ? "Select base rom" : "Select platform first"}</option>
|
||||
{baseRoms.filter(r => !platform || r.platform === platform).map(({ id, name, region }) => (
|
||||
<option key={id} value={id}>
|
||||
{name.replace('Pokemon ', '')} ({region})
|
||||
{name.replace('Pokémon ', '')} ({region})
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user