mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Apply Prettier formatting for settings gender selector.
Update SettingsInterfacePanel formatting to satisfy UI format-check in CI. Made-with: Cursor
This commit is contained in:
parent
526687a009
commit
38a8ed8122
1 changed files with 2 additions and 6 deletions
|
|
@ -43,10 +43,7 @@ import {
|
|||
defaultImageWallMargin,
|
||||
} from "src/utils/imageWall";
|
||||
import { genderList } from "src/utils/gender";
|
||||
import {
|
||||
defaultMaxOptionsShown,
|
||||
defaultPreviewVolume,
|
||||
} from "src/core/config";
|
||||
import { defaultMaxOptionsShown, defaultPreviewVolume } from "src/core/config";
|
||||
import { PatchComponent } from "src/patch";
|
||||
|
||||
const allMenuItems = [
|
||||
|
|
@ -536,8 +533,7 @@ export const SettingsInterfacePanel: React.FC = PatchComponent(
|
|||
value={iface.defaultPerformerGender ?? ""}
|
||||
onChange={(v) =>
|
||||
saveInterface({
|
||||
defaultPerformerGender:
|
||||
v === "" ? null : (v as GQL.GenderEnum),
|
||||
defaultPerformerGender: v === "" ? null : (v as GQL.GenderEnum),
|
||||
})
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue