Skip to content

Commit

Permalink
fix: errors vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSantiagoValdivia committed Jun 9, 2023
1 parent cec9295 commit b51e3eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/form/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ const Form = ({ handleGoBack, selectedEmojis, user }) => {
const [nombre, setNombre] = useState('');
const [descripcion, setDescripcion] = useState('');
const [selectedImage, setSelectedImage] = useState(null);
const [nombreError, setNombreError] = useState('');
const [descripcionError, setDescripcionError] = useState('');
const [imageError, setImageError] = useState('');

useEffect(() => {
if (nombre.trim() !== '') {
Expand Down

0 comments on commit b51e3eb

Please sign in to comment.