mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Fixed share page issue.
This commit is contained in:
parent
fc879bbb7d
commit
2290be7ca4
5 changed files with 13 additions and 16 deletions
|
|
@ -14,11 +14,9 @@ export default function SharePage() {
|
|||
return null;
|
||||
}
|
||||
|
||||
const { websiteUuid } = shareToken;
|
||||
|
||||
return (
|
||||
<Layout>
|
||||
<WebsiteDetails websiteId={websiteUuid} />
|
||||
<WebsiteDetails websiteId={shareToken.id} />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue