mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-14 17:08:00 -05:00
Update packages/web/components/EditProfileModal.tsx
Co-authored-by: δυς <dys@dhappy.org>
This commit is contained in:
@@ -269,7 +269,7 @@ export const EditProfileModal: React.FC<ProfileEditorProps> = ({
|
||||
|
||||
const formData = new FormData();
|
||||
const files: Record<string, File> = {};
|
||||
const images: Record<string, ImageSources | null> = {};
|
||||
const images: Record<string, Maybe<ImageSources>> = {};
|
||||
const values = { ...inputs };
|
||||
Object.keys(Images).forEach((hasuraId) => {
|
||||
const key = hasuraId as keyof typeof Images;
|
||||
|
||||
Reference in New Issue
Block a user