We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72c3a9 commit 0e052aeCopy full SHA for 0e052ae
site/src/pages/AuditPage/AuditPage.tsx
@@ -42,7 +42,6 @@ const AuditPage: FC = () => {
42
auditSend("PREVIOUS")
43
}}
44
onGoToPage={(page) => {
45
- console.log("PAGE", page)
46
auditSend("GO_TO_PAGE", { page })
47
48
/>
0 commit comments