You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify TodoApp component by removing loading state and refetch functionality
- Eliminated the loading state and associated refetchTodos function to streamline the component.
- Updated the rendering logic to directly display the todo list without loading indicators.
- Cleaned up the component for improved readability and maintainability.
0 commit comments