mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 17:23:00 +02:00
rework options menu
This commit is contained in:
@@ -40,12 +40,7 @@ export function CodingContracts(): React.ReactElement {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<Select
|
||||
id="contract-types-dropdown"
|
||||
className="dropdown"
|
||||
onChange={setCodingcontractDropdown}
|
||||
value={codingcontract}
|
||||
>
|
||||
<Select onChange={setCodingcontractDropdown} value={codingcontract}>
|
||||
{Object.values(CodingContractTypes).map((cc) => (
|
||||
<MenuItem key={cc.name} value={cc.name}>
|
||||
{cc.name}
|
||||
|
||||
Reference in New Issue
Block a user