mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
remove cloudMode condition
This commit is contained in:
parent
474113fe32
commit
928fb3ee89
@ -12,7 +12,7 @@ export function WebsitesHeader({ teamId, allowCreate = true }: WebsitesHeaderPro
|
||||
|
||||
return (
|
||||
<PageHeader title={formatMessage(labels.websites)}>
|
||||
{allowCreate && !process.env.cloudMode && <WebsiteAddButton teamId={teamId} />}
|
||||
{allowCreate && <WebsiteAddButton teamId={teamId} />}
|
||||
</PageHeader>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user