Skip to content

Commit

Permalink
remove revenue report
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed Jul 25, 2024
1 parent 2742f17 commit cd0f185
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/app/(main)/reports/create/ReportTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ export function ReportTemplates({ showHeader = true }: { showHeader?: boolean })
url: renderTeamUrl('/reports/journey'),
icon: <Path />,
},
{
title: formatMessage(labels.revenue),
description: formatMessage(labels.revenueDescription),
url: renderTeamUrl('/reports/revenue'),
icon: <Path />,
},
// {
// title: formatMessage(labels.revenue),
// description: formatMessage(labels.revenueDescription),
// url: renderTeamUrl('/reports/revenue'),
// icon: <Path />,
// },
];

return (
Expand Down

0 comments on commit cd0f185

Please sign in to comment.