mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
add none/direct back to referrers table
This commit is contained in:
parent
628e1aa5eb
commit
10a31a7513
5 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ export function FilterLink({
|
|||
{safeDecodeURIComponent(label || value)}
|
||||
</Link>
|
||||
)}
|
||||
{externalUrl && (
|
||||
{value && (
|
||||
<a className={styles.link} href={externalUrl} target="_blank" rel="noreferrer noopener">
|
||||
<Icon className={styles.icon}>
|
||||
<Icons.External />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue