Skip to content

Commit

Permalink
Fixed-3(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius9312 committed Oct 23, 2023
1 parent 79614cd commit 26dcae7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ export const Header: React.FC = () => {
<header className="header">
<h1>todos</h1>

<form
onSubmit={handleSubmit}
>
<form onSubmit={handleSubmit}>
<input
type="text"
data-cy="createTodo"
Expand Down

0 comments on commit 26dcae7

Please sign in to comment.