diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx index fe9a998eb5a..032e98338a0 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/(team)/page.tsx @@ -4,7 +4,6 @@ import { getInAppWalletUsage } from "@/api/analytics"; import { getAuthToken } from "@/api/auth-token"; import { getProjects, type Project } from "@/api/project/projects"; import { getTeamBySlug } from "@/api/team/get-team"; -import { DismissibleAlert } from "@/components/blocks/dismissible-alert"; import { getClientThirdwebClient } from "@/constants/thirdweb-client.client"; import { loginRedirect } from "@/utils/redirects"; import { Changelog } from "./_components/Changelog"; @@ -63,15 +62,8 @@ export default async function Page(props: { team={team} /> - {team.billingPlan === "free" ? ( + {team.billingPlan === "free" && ( - ) : ( - )}