feat(DateTimePicker): add return statement to render DateTimePicker component
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m48s

This commit is contained in:
2026-03-04 11:14:04 +01:00
parent a78fc06f2b
commit 2a7754dd56

View File

@@ -61,6 +61,8 @@ export default function DateTimePicker({
window.scrollTo({ top: winY, behavior: 'instant' });
});
}, []);
return (
<div className="dtp-wrapper" ref={wrapperRef}>
{label && (
<label className="block text-sm font-medium text-th-text mb-1.5">