Skip to content

Commit

Permalink
resolvendo bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabrielfgomss committed May 3, 2023
1 parent 0e31615 commit 4475080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/componentes/Formulario/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { GlobalContext } from '../../common/Times';

const Formulario = () => {
const globalContext = useContext(GlobalContext);
(globalContext)
const times = globalContext.times.map((time) => time.nome);
const [onScreen, setOnScreen] = useState(true);
const [nome, setNome] = useState('');
Expand Down

1 comment on commit 4475080

@vercel
Copy link

@vercel vercel bot commented on 4475080 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.