cn10xdev / todo

MIT License
0 stars 6 forks source link

Issue 5: Item Removal Without Validation #5

Open cn10xdev opened 1 week ago

cn10xdev commented 1 week ago

The remove function does not check whether the item exists in the todo or completed list before attempting to remove it from the DOM, which may cause unexpected behavior.

Rishabh21-25 commented 1 week ago

@cn10xdev - Fixed. PR has been raised. Please review and update.