fix react dep warning

This commit is contained in:
Michael Shamoon 2022-11-29 09:25:39 -08:00
parent 4f9df3c9e7
commit 44c2a1ecbd

View File

@ -23,7 +23,7 @@ export default function DateTime({ options }) {
setDate(dateFormat.format(new Date()));
}, 1000);
return () => clearInterval(interval);
}, [date, setDate]);
}, [date, setDate, dateFormat]);
return (
<div className="flex flex-col justify-center first:ml-0 ml-4">