diff --git a/components/NotesTab.tsx b/components/NotesTab.tsx index 4f8b8b5..935c3c7 100644 --- a/components/NotesTab.tsx +++ b/components/NotesTab.tsx @@ -28,6 +28,7 @@ export default function NotesTab() { const [activeNote, setActiveNote] = useState(null) const [showCreate, setShowCreate] = useState(false) const [newItemText, setNewItemText] = useState('') + const [confirmDelete, setConfirmDelete] = useState(null) const load = useCallback(async () => { try { @@ -232,7 +233,7 @@ export default function NotesTab() { fontFamily: 'inherit', flex: 1, minWidth: 0, }} /> - + + + + + )} ) }