We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a17fd commit 39f0366Copy full SHA for 39f0366
docs/getting-started/tutorial.md
@@ -807,7 +807,7 @@ export function deleteInvoice(number) {
807
808
Now let's add the delete button, call our new function, and navigate to the index route:
809
810
-```js lines=[1-2,5,16-24] filename=src/routes/invoice.jsx
+```js lines=[1-2,5,17-24] filename=src/routes/invoice.jsx
811
import { useParams, useNavigate } from "react-router-dom";
812
import { getInvoice, deleteInvoice } from "../data";
813
0 commit comments