Skip to content

Commit 3db5915

Browse files
committed
remove console
1 parent 1dcc4d7 commit 3db5915

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sections/user/user-table-row.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export default function UserTableRow({
5454
handleClick,
5555
isAdmin,
5656
}) {
57-
console.log(avatarUrl);
5857
return (
5958
<TableRow hover tabIndex={-1} role="checkbox" onClick={handleClick}>
6059
<TableCell><TextHighlight

0 commit comments

Comments
 (0)