summaryrefslogtreecommitdiff
path: root/src/App.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.jsx')
-rw-r--r--src/App.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.jsx b/src/App.jsx
index 8a487e0..705587c 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -15,7 +15,6 @@ function App() {
]
);
const [removeDisabled, setRemoveDisabled] = useState(false);
- // const [lastId, setLastId] = useState(0);
useEffect(() => {
setRemoveDisabled(listEntry.length === 1);