mirror of
https://github.com/umami-software/umami.git
synced 2026-02-16 18:45:36 +01:00
Refactored query parameters.
This commit is contained in:
parent
69962eb08d
commit
89781d4847
99 changed files with 452 additions and 2273 deletions
|
|
@ -3,7 +3,6 @@ import { FormattedMessage, useIntl } from 'react-intl';
|
|||
import { FixedSizeList } from 'react-window';
|
||||
import firstBy from 'thenby';
|
||||
import Icon from 'components/common/Icon';
|
||||
import Tag from 'components/common/Tag';
|
||||
import Dot from 'components/common/Dot';
|
||||
import FilterButtons from 'components/common/FilterButtons';
|
||||
import NoData from 'components/common/NoData';
|
||||
|
|
@ -103,11 +102,7 @@ export default function RealtimeLog({ data, websites, websiteId }) {
|
|||
website_id,
|
||||
}) {
|
||||
if (event_name) {
|
||||
return (
|
||||
<div>
|
||||
<Tag>{event_name}</Tag>
|
||||
</div>
|
||||
);
|
||||
return <div>{event_name}</div>;
|
||||
}
|
||||
if (view_id) {
|
||||
const domain = getWebsite({ website_id })?.domain;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue