mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 22:27:16 +01:00
Revert "add none/direct back to referrers table"
This reverts commit 10a31a7513.
This commit is contained in:
parent
53cd32542e
commit
d7f20dd3bf
5 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ export function FilterLink({
|
|||
{safeDecodeURIComponent(label || value)}
|
||||
</Link>
|
||||
)}
|
||||
{value && (
|
||||
{externalUrl && (
|
||||
<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