diff --git a/src/App.tsx b/src/App.tsx index a8d3016..6bc1059 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -263,8 +263,6 @@ export default function App() { setWebsiteInput(""); setWebsiteError(""); }; - }); - }; const onRemoveRow = (row: RowEntry) => { const label = row.kind === "file" ? row.path : row.url; @@ -718,7 +716,7 @@ export default function App() {