This PR addresses issue #7333. It updates the condition for displaying the 'Add task' button. The button is now only visible for the 'TODO' section or when no 'TODO' block is present (i.e., there are no tasks in this category). Additionally, I removed the unused showAddButton, which is no longer necessary due to the updated logic.   --------- Co-authored-by: Nitin Koche <nitinkoche03@gmail.com>
Run yarn dev while server running on port 3000