mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Updated prisma package.
This commit is contained in:
parent
d8b732026e
commit
a609de0ea6
3 changed files with 20 additions and 21 deletions
|
|
@ -35,7 +35,6 @@ export default function ReferrersTable({ websiteId, websiteDomain, showFilters,
|
|||
];
|
||||
|
||||
const renderLink = ({ w: link, x: label }) => {
|
||||
console.log({ link, label });
|
||||
return (
|
||||
<div className={styles.row}>
|
||||
<Link href={resolve({ ref: label })} replace={true}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue