Fix NaN weight in performer scrape dialog

This commit is contained in:
WithoutPants 2022-11-23 17:35:44 +11:00 committed by GitHub
parent 3072333118
commit 03cd9529bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -637,7 +637,6 @@ export const PerformerEditPanel: React.FC<IPerformerDetails> = ({
...formik.values,
gender: stringToGender(formik.values.gender),
image: formik.values.image ?? performer.image_path,
weight: Number(formik.values.weight),
};
return (