Skip to content

Commit

Permalink
Fix Records consle
Browse files Browse the repository at this point in the history
  • Loading branch information
lq0-github committed Jan 22, 2025
1 parent 086e431 commit 66fb275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion screens/Dashboard/records.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ const getColumns = ({ showToast, handleTxClick, txLoadingStates }) => [
header: "Assets",
minSize: 220,
cell: ({ originalData }) => {
console.log(originalData, "CustomTable");
const { data } = originalData || {};
const { metadata } = data || {};
const { icon, tokens, symbol } = metadata || {};
Expand Down

0 comments on commit 66fb275

Please sign in to comment.