mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
remove event from website stats. doesnt work with view
This commit is contained in:
parent
136dd6794e
commit
22333a1e9a
3 changed files with 7 additions and 19 deletions
|
|
@ -28,11 +28,6 @@ export function EventsMetricsBar({ websiteId }: { websiteId: string }) {
|
|||
label={formatMessage(labels.views)}
|
||||
formatValue={formatLongNumber}
|
||||
/>
|
||||
<MetricCard
|
||||
value={data?.events?.value}
|
||||
label={formatMessage(labels.events)}
|
||||
formatValue={formatLongNumber}
|
||||
/>
|
||||
</MetricsBar>
|
||||
<WebsiteDateFilter websiteId={websiteId} />
|
||||
</Flexbox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue