mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 23:27:12 +01:00
Refactored filter logic.
This commit is contained in:
parent
57c3d03cc8
commit
74192cd695
18 changed files with 205 additions and 296 deletions
|
|
@ -28,7 +28,7 @@ export default function PagesTable({ websiteId, showFilters, ...props }) {
|
|||
];
|
||||
|
||||
const renderLink = ({ x }) => {
|
||||
return <FilterLink id={view} value={x || `(${formatMessage(labels.none)})`} />;
|
||||
return <FilterLink id={view} value={x || formatMessage(labels.none)} />;
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue