mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Fixed team websites query.
This commit is contained in:
parent
22aeaf7166
commit
835289a1f8
3 changed files with 12 additions and 12 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { Breadcrumbs, Item } from 'react-basics';
|
||||
import { useIntl } from 'react-intl';
|
||||
import Page from 'components/layout/Page';
|
||||
import PageHeader from 'components/layout/PageHeader';
|
||||
|
|
@ -11,10 +10,7 @@ export default function ProfileSettings() {
|
|||
|
||||
return (
|
||||
<Page>
|
||||
<PageHeader>
|
||||
<Breadcrumbs>
|
||||
<Item>{formatMessage(labels.profile)}</Item>
|
||||
</Breadcrumbs>
|
||||
<PageHeader title={formatMessage(labels.profile)}>
|
||||
<PasswordChangeButton />
|
||||
</PageHeader>
|
||||
<ProfileDetails />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue