mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
Remove unused showChange prop from WebsiteMetrics component
This commit is contained in:
parent
f074ceb902
commit
17835d4381
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ export function WebsiteMetrics({
|
||||||
}: {
|
}: {
|
||||||
websiteId: string;
|
websiteId: string;
|
||||||
sticky?: boolean;
|
sticky?: boolean;
|
||||||
showChange?: boolean;
|
|
||||||
compareMode?: boolean;
|
compareMode?: boolean;
|
||||||
showFilter?: boolean;
|
showFilter?: boolean;
|
||||||
children?: ReactNode;
|
children?: ReactNode;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue