Skip to content

Commit

Permalink
feat: remove update atom
Browse files Browse the repository at this point in the history
  • Loading branch information
fandujar committed Oct 13, 2024
1 parent e368e9a commit 905da8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion choregate-ui/src/components/Tasks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { useQuery } from 'react-query'

export function Tasks() {
const [tasks, setTasks] = useRecoilState(TasksAtom)
// const [update, setUpdate] = useRecoilState(TasksUpdateAtom)
const navigate = useNavigate()

const {data, isLoading} = useQuery('tasks', getTasks)
Expand Down

0 comments on commit 905da8b

Please sign in to comment.