From 0cafa86b864ca8d783499f78e85202ae0d5960f8 Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Thu, 30 Nov 2023 18:24:48 +0000 Subject: [PATCH] Added a layoutId to the pageTabs --- .../app/routes/_app.orgs.$organizationSlug.billing/route.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx b/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx index 44683600f..004279c29 100644 --- a/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx +++ b/apps/webapp/app/routes/_app.orgs.$organizationSlug.billing/route.tsx @@ -91,6 +91,7 @@ export default function Page() { to: PlansPath(organization), }, ]} + layoutId="usage-and-billing" />