mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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…
Reference in a new issue