diff --git a/src/App.tsx b/src/App.tsx index 25c3b89fda..61b41b7290 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -22,7 +22,6 @@ export const App: React.FC = () => { {todos && } - {/* Hide the footer if there are no todos */} {todos.length !== 0 && (