removed unnecessary fragment FromUrlForm

This commit is contained in:
ronronscelestes 2022-04-14 11:41:14 +02:00
parent 78bc49c4af
commit fa657d1573

View File

@ -36,7 +36,6 @@ const FromUrlForm = ({ goTo, next, onClose, setLocalImage }) => {
};
return (
<>
<form onSubmit={handleSubmit}>
<Box paddingLeft={8} paddingRight={8} paddingTop={6} paddingBottom={6}>
<TextInput
@ -66,7 +65,6 @@ const FromUrlForm = ({ goTo, next, onClose, setLocalImage }) => {
}
/>
</form>
</>
);
};