'use client'; import Link from 'next/link'; import { useAuth } from '@/lib/hooks/useAuth'; export default function TodayPage() { const { currentOrganization } = useAuth(); const showNoSubscriptionNotice = Boolean(currentOrganization?.isOwner) && !currentOrganization?.plan; return (
This organization does not have an active subscription yet.{' '} Choose a plan {' '} to start the purchase process.
{title}
{value}
{sub &&{sub}
}