mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
update prettier
This commit is contained in:
@@ -51,11 +51,7 @@ function ColorEditor({ name }: { name: string }): React.ReactElement {
|
||||
InputProps={{
|
||||
startAdornment: (
|
||||
<>
|
||||
<ColorPicker
|
||||
hideTextfield
|
||||
value={color}
|
||||
onChange={onColorPickerChange}
|
||||
/>
|
||||
<ColorPicker hideTextfield value={color} onChange={onColorPickerChange} />
|
||||
</>
|
||||
),
|
||||
endAdornment: (
|
||||
|
||||
Reference in New Issue
Block a user