mirror of
https://github.com/umami-software/umami.git
synced 2026-02-13 09:05:36 +01:00
Moved SettingsProvider to root Providers component.
This commit is contained in:
parent
92a513e4d0
commit
44e243ad12
3 changed files with 30 additions and 26 deletions
|
|
@ -64,7 +64,7 @@ export function Realtime({ websiteId }) {
|
|||
}
|
||||
return arr;
|
||||
}, [])
|
||||
.reduce((arr, { country }) => {
|
||||
.reduce((arr: { x: any; y: number }[], { country }: any) => {
|
||||
if (country) {
|
||||
const row = arr.find(({ x }) => x === country);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue