mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +01:00
Added Polish language. Bug fixes.
This commit is contained in:
parent
f3b8e4654f
commit
b97f582c90
5 changed files with 11 additions and 5 deletions
|
|
@ -55,7 +55,7 @@ export default function RealtimeViews({ websiteId, data, websites }) {
|
|||
pageviews
|
||||
.reduce((arr, { url, website_id }) => {
|
||||
if (url?.startsWith('/')) {
|
||||
if (!websiteId) {
|
||||
if (!websiteId && websites.length > 0) {
|
||||
url = `${getDomain(website_id)}${url}`;
|
||||
}
|
||||
const row = arr.find(({ x }) => x === url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue