You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor formatDateToNative function and modify CSS selectors in PillSelectorWrapper
This commit includes a refactoring of the formatDateToNative function to simplify the process of ensuring the year is four digits long, replacing a loop with the padStart method. This makes the code more concise and easier to understand. Additionally, the CSS selectors in the PillSelectorWrapper styled component have been modified to select only direct child elements, ensuring that the styles are applied only to the direct children and preventing any unintended styling of nested elements.
0 commit comments