We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f25ebd commit 387cd38Copy full SHA for 387cd38
apps/site/components/Releases/ReleaseSchedule/index.tsx
@@ -9,7 +9,6 @@ const MONTH = 30 * 24 * 3_600_000;
9
const ReleaseSchedule: FC = async () => {
10
const schedule = await provideReleaseSchedule();
11
12
- // eslint-disable-next-line react-hooks/purity
13
const now = Date.now();
14
15
const threeMonthsAgo = new Date(now - 3 * MONTH);
0 commit comments