Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 3ffe15f

Browse files
author
Ali S
committed
remove console logs
1 parent aad8e45 commit 3ffe15f

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

ui/app/notifications/index.tsx

Lines changed: 0 additions & 17 deletions
This file was deleted.

ui/components/table/table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ const Table: React.FC<TableProps> = ({
7474
return {
7575
onClick: (event) => {
7676
event.preventDefault()
77-
console.log('record', record, rowIndex)
7877
const { href } = record
7978
if (href) {
8079
navigate(href)

0 commit comments

Comments
 (0)