diff --git a/bun.lockb b/bun.lockb
index 2f631d96..0ff79246 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/web/app/components/sidebar/partials/link-collection.tsx b/web/app/components/sidebar/partials/link-collection.tsx
index 6cbd591a..06c4b432 100644
--- a/web/app/components/sidebar/partials/link-collection.tsx
+++ b/web/app/components/sidebar/partials/link-collection.tsx
@@ -10,11 +10,13 @@ export const LinkCollection: React.FC = () => {
topicsWantToLearn: [],
topicsLearning: [],
topicsLearned: [],
+ tasks: [],
},
})
const linkCount = me?.root.personalLinks?.length || 0
const pageCount = me?.root.personalPages?.length || 0
+ const taskCount = me?.root.tasks?.length || 0
const topicCount =
(me?.root.topicsWantToLearn?.length || 0) +
@@ -26,6 +28,12 @@ export const LinkCollection: React.FC = () => {
- {title} - {count > 0 && {count}} -
+{title}
+