solidtime
solidtime copied to clipboard
Remove duplicated start of week
I noticed a small UI issue in the form where the week_start select input is rendered twice. This PR removes a duplicated week_start select input from the form. Both instances are identical and appear one after another. While it's a minor issue, it results in two identical dropdowns being shown to the user, which can be confusing.
I understand the project is still in early development and not open to external contributions. I’m submitting this PR just to highlight the bug in case it helps with cleanup later. Please feel free to close or ignore if this isn’t helpful right now.