mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Remove revenue report from release.
This commit is contained in:
parent
fedbb50950
commit
8a4fe95a72
1 changed files with 0 additions and 6 deletions
|
|
@ -51,12 +51,6 @@ 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 />,
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue