mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Allow admins to view account websites.
This commit is contained in:
parent
cb14b8bbda
commit
5a22be5efa
19 changed files with 57 additions and 35 deletions
|
|
@ -64,12 +64,6 @@ export default function BarChart({
|
|||
} else {
|
||||
const [label, value] = body[0].lines[0].split(':');
|
||||
|
||||
console.log(
|
||||
+title[0],
|
||||
new Date(+title[0]),
|
||||
dateFormat(new Date(+title[0]), 'EEE MMMM d yyyy', locale),
|
||||
);
|
||||
|
||||
setTooltip({
|
||||
title: dateFormat(new Date(+title[0]), 'EEE MMMM d yyyy', locale),
|
||||
value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue