diff --git a/src/trash/trash-components.jsx b/src/trash/trash-components.jsx index 5338442..d508841 100644 --- a/src/trash/trash-components.jsx +++ b/src/trash/trash-components.jsx @@ -126,7 +126,7 @@ export const DatePicker = (props) => { const layoutGroupId = useId(); return ( -
{ { if (apiFormatDate(props.date) != apiFormatDate(new Date())) trigger([ @@ -197,7 +199,9 @@ export const DatePicker = (props) => { @@ -214,7 +218,7 @@ export const DatePicker = (props) => { setDate={props.setDate} pink={props.pink} /> -
+ ); };