aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/dashboard/archive
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/app/dashboard/archive')
-rw-r--r--apps/web/app/dashboard/archive/page.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/app/dashboard/archive/page.tsx b/apps/web/app/dashboard/archive/page.tsx
index b2b4df4f..26ec45e9 100644
--- a/apps/web/app/dashboard/archive/page.tsx
+++ b/apps/web/app/dashboard/archive/page.tsx
@@ -14,6 +14,7 @@ export default async function ArchivedBookmarkPage() {
}
query={{ archived: true }}
showDivider={true}
+ showEditorCard={true}
/>
);
}