feat(DateTimePicker): add return statement to render DateTimePicker component
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m48s
All checks were successful
Build & Push Docker Image / build (push) Successful in 6m48s
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user