From e756e5d9926fa14a2a454cafa046f58d5fdd9e22 Mon Sep 17 00:00:00 2001 From: Keith Stevens Date: Sat, 21 Jan 2023 19:03:12 +0900 Subject: [PATCH] Fixing another page with locale data --- website/src/pages/tasks/all.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/tasks/all.tsx b/website/src/pages/tasks/all.tsx index ed0659c8..3ccfd4e8 100644 --- a/website/src/pages/tasks/all.tsx +++ b/website/src/pages/tasks/all.tsx @@ -2,6 +2,7 @@ import Head from "next/head"; import { TaskOption } from "src/components/Dashboard"; import { getDashboardLayout } from "src/components/Layout"; import { TaskCategory } from "src/components/Tasks/TaskTypes"; +export { getDefaultStaticProps as getStaticProps } from "src/lib/default_static_props"; const AllTasks = () => { return (