mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
Fix build.
This commit is contained in:
parent
f7ca583410
commit
00adb00d2d
3 changed files with 16 additions and 5 deletions
|
|
@ -24,7 +24,13 @@ export function PixelControls({
|
|||
<Column gap>
|
||||
<Row alignItems="center" justifyContent="space-between" gap="3">
|
||||
{allowFilter ? <WebsiteFilterButton websiteId={websiteId} /> : <div />}
|
||||
{allowDateFilter && <WebsiteDateFilter websiteId={websiteId} allowCompare={allowCompare} />}
|
||||
{allowDateFilter && (
|
||||
<WebsiteDateFilter
|
||||
websiteId={websiteId}
|
||||
allowCompare={allowCompare}
|
||||
showAllTime={false}
|
||||
/>
|
||||
)}
|
||||
{allowDownload && <ExportButton websiteId={websiteId} />}
|
||||
{allowMonthFilter && <WebsiteMonthSelect websiteId={websiteId} />}
|
||||
</Row>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue