Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary initialization for updatingMonthBox.
The boolean variable updatingMonthBox no longer requires explicit initialization to false as it defaults to that value. This change simplifies the code by removing redundant initialization.
- Loading branch information