add event header
This commit is contained in:
@@ -119,6 +119,8 @@ export function WebsitePanels({ websiteId }: { websiteId: string }) {
|
|||||||
{isSharePage && (
|
{isSharePage && (
|
||||||
<GridRow layout="two-one" {...rowProps}>
|
<GridRow layout="two-one" {...rowProps}>
|
||||||
<Panel>
|
<Panel>
|
||||||
|
<Heading size="2">{formatMessage(labels.event)}</Heading>
|
||||||
|
<Row border="bottom" marginBottom="4" />
|
||||||
<MetricsTable
|
<MetricsTable
|
||||||
websiteId={websiteId}
|
websiteId={websiteId}
|
||||||
type="event"
|
type="event"
|
||||||
|
|||||||
Reference in New Issue
Block a user