diff --git a/src/app/(general)/_components/sidebar/index.tsx b/src/app/(general)/_components/sidebar/index.tsx index 74bd9cea..39c5f177 100644 --- a/src/app/(general)/_components/sidebar/index.tsx +++ b/src/app/(general)/_components/sidebar/index.tsx @@ -39,7 +39,12 @@ export async function AppSidebar({ return ( - + { return ; } - if (credits && credits.totalCredits - credits.totalUsage <= 0.01) { - return ; - } + // if (credits && credits.totalCredits - credits.totalUsage <= 0.01) { + // return ; + // } return null; }; diff --git a/src/components/ui/sidebar.tsx b/src/components/ui/sidebar.tsx index 25630714..bbc1cd2a 100644 --- a/src/components/ui/sidebar.tsx +++ b/src/components/ui/sidebar.tsx @@ -309,8 +309,19 @@ function SidebarInset({ className, ...props }: React.ComponentProps<"main">) {