diff --git a/packages/dashboard/src/pages/index.js b/packages/dashboard/src/pages/index.js index a9fea135..85d13edf 100644 --- a/packages/dashboard/src/pages/index.js +++ b/packages/dashboard/src/pages/index.js @@ -15,7 +15,7 @@ const fetcher = (url) => fetch(url).then((r) => r.json()); export const getServerSideProps = authServerSideProps(); -function SkylinkList({ items = [] }) { +function SkylinkList({ items = [], timestamp }) { return (