diff --git a/src/Components/Profile/ProfileForm.tsx b/src/Components/Profile/ProfileForm.tsx index 62a3cc8d..b1c68d23 100644 --- a/src/Components/Profile/ProfileForm.tsx +++ b/src/Components/Profile/ProfileForm.tsx @@ -164,7 +164,7 @@ export function ProfileForm() { <>
{ return ( <> -
+
{images.map((image, index) => (
{`Gallery @@ -107,7 +107,7 @@ export const GalleryForm = ({ state, setState }: Props) => { )} {image.state === 'uploaded' && (
{