mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-26 10:18:34 +02:00
tasks
This commit is contained in:
@@ -14,6 +14,7 @@ import { LinkSection } from "./partial/link-section"
|
||||
import { PageSection } from "./partial/page-section"
|
||||
import { TopicSection } from "./partial/topic-section"
|
||||
import { ProfileSection } from "./partial/profile-section"
|
||||
import { TaskSection } from "./partial/task-section"
|
||||
import { useAccountOrGuest } from "@/lib/providers/jazz-provider"
|
||||
|
||||
interface SidebarContextType {
|
||||
@@ -124,6 +125,8 @@ const SidebarContent: React.FC = React.memo(() => {
|
||||
{me._type === "Account" && <LinkSection pathname={pathname} />}
|
||||
{me._type === "Account" && <PageSection pathname={pathname} />}
|
||||
{me._type === "Account" && <TopicSection pathname={pathname} />}
|
||||
{/* {me._type === "Account" && <TaskSection pathname={pathname} />} */}
|
||||
<TaskSection pathname={pathname} />
|
||||
</div>
|
||||
|
||||
<ProfileSection />
|
||||
|
||||
Reference in New Issue
Block a user