mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Merge branch 'dev' into analytics
This commit is contained in:
commit
500a0cd261
1 changed files with 1 additions and 2 deletions
|
|
@ -5,10 +5,9 @@ import WebsitesHeader from './WebsitesHeader';
|
|||
|
||||
export default function Websites() {
|
||||
const { user } = useUser();
|
||||
|
||||
return (
|
||||
<>
|
||||
<WebsitesHeader />
|
||||
<WebsitesHeader showActions={user.role !== 'view-only'} />
|
||||
<WebsitesDataTable userId={user.id} />
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue