diff --git a/src/app/(main)/reports/create/ReportTemplates.tsx b/src/app/(main)/reports/create/ReportTemplates.tsx index 2314f7d6..e37efc03 100644 --- a/src/app/(main)/reports/create/ReportTemplates.tsx +++ b/src/app/(main)/reports/create/ReportTemplates.tsx @@ -51,12 +51,6 @@ export function ReportTemplates({ showHeader = true }: { showHeader?: boolean }) url: renderTeamUrl('/reports/journey'), icon: , }, - { - title: formatMessage(labels.revenue), - description: formatMessage(labels.revenueDescription), - url: renderTeamUrl('/reports/revenue'), - icon: , - }, ]; return (