Skip to content

Commit

Permalink
Second try
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabizha committed Jan 27, 2025
1 parent c7f8e02 commit 7e4f735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export const App: React.FC = () => {
setFullTodos(todosList);
setTodos(todosList);
} catch (error) {
console.error('Error fetching todos:', error);
} finally {
setLoading(false);
}
Expand Down

0 comments on commit 7e4f735

Please sign in to comment.