mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
remove revenue report
This commit is contained in:
parent
2742f1708d
commit
cd0f185f77
1 changed files with 6 additions and 6 deletions
|
|
@ -51,12 +51,12 @@ export function ReportTemplates({ showHeader = true }: { showHeader?: boolean })
|
||||||
url: renderTeamUrl('/reports/journey'),
|
url: renderTeamUrl('/reports/journey'),
|
||||||
icon: <Path />,
|
icon: <Path />,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: formatMessage(labels.revenue),
|
// title: formatMessage(labels.revenue),
|
||||||
description: formatMessage(labels.revenueDescription),
|
// description: formatMessage(labels.revenueDescription),
|
||||||
url: renderTeamUrl('/reports/revenue'),
|
// url: renderTeamUrl('/reports/revenue'),
|
||||||
icon: <Path />,
|
// icon: <Path />,
|
||||||
},
|
// },
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue