mirror of
https://github.com/umami-software/umami.git
synced 2026-02-03 20:27:13 +01:00
remove console.log from pixelstable
Some checks are pending
Node.js CI / build (push) Waiting to run
Some checks are pending
Node.js CI / build (push) Waiting to run
This commit is contained in:
parent
a0886c0594
commit
67cdfdfb7e
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ export function PixelsTable({ showActions, ...props }: PixelsTableProps) {
|
|||
const { formatMessage, labels } = useMessages();
|
||||
const { renderUrl } = useNavigation();
|
||||
const { getSlugUrl } = useSlug('pixel');
|
||||
console.log(showActions);
|
||||
|
||||
return (
|
||||
<DataTable {...props}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue