mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Should not check updates in cloud mode. Minor updates.
This commit is contained in:
parent
8062d7f698
commit
56ab099499
4 changed files with 10 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ import BarChart from './BarChart';
|
|||
import { useLocale, useTheme, useMessages } from 'hooks';
|
||||
import { renderDateLabels, renderStatusTooltipPopup } from 'lib/charts';
|
||||
|
||||
export function PageviewsChart({ websiteId, data, unit, className, loading, ...props }) {
|
||||
export function PageviewsChart({ websiteId, data, unit, loading, ...props }) {
|
||||
const { formatMessage, labels } = useMessages();
|
||||
const { colors } = useTheme();
|
||||
const { locale } = useLocale();
|
||||
|
|
@ -31,7 +31,6 @@ export function PageviewsChart({ websiteId, data, unit, className, loading, ...p
|
|||
<BarChart
|
||||
{...props}
|
||||
key={websiteId}
|
||||
className={className}
|
||||
datasets={datasets}
|
||||
unit={unit}
|
||||
loading={loading}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue