Skip to content

Commit 586da1a

Browse files
committed
fix(react): remove empty line
1 parent 6961e84 commit 586da1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

react/useOptimistic/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function App() {
1414

1515
async function sendBook(formData: FormData) {
1616
const book = formData.get("book");
17-
1817
const sentBook = await createNewBook(book as string);
1918
setBooks((books: Book[]) => [...books, { title: sentBook, sending: false }]);
2019
}

0 commit comments

Comments
 (0)