Fixed realtime page.

This commit is contained in:
Mike Cao 2025-05-02 15:20:20 -07:00
parent 65ebd736b9
commit c1d301ffdc
12 changed files with 83 additions and 450 deletions

View file

@ -29,7 +29,7 @@ export function SessionsPage({ websiteId }) {
<SessionsWeekly websiteId={websiteId} />
</Panel>
</GridRow>
<Panel marginY="6">
<Panel>
<Tabs selectedKey={tab} onSelectionChange={(value: any) => setTab(value)}>
<TabList>
<Tab id="activity">{formatMessage(labels.activity)}</Tab>