mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
feat: use semantic naming
This commit is contained in:
parent
0b0c39a3a5
commit
455c7ec076
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import SessionsWeekly from './SessionsWeekly';
|
||||||
import { useQueryState } from 'nuqs';
|
import { useQueryState } from 'nuqs';
|
||||||
|
|
||||||
export function SessionsPage({ websiteId }) {
|
export function SessionsPage({ websiteId }) {
|
||||||
const [tab, setTab] = useQueryState('activity', { defaultValue: 'activity' });
|
const [tab, setTab] = useQueryState('tab', { defaultValue: 'activity' });
|
||||||
|
|
||||||
const { formatMessage, labels } = useMessages();
|
const { formatMessage, labels } = useMessages();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue