Skip to content

Commit

Permalink
fixing error
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Jan 14, 2025
1 parent c8d3873 commit e851bbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/layout/DA-Overview/DATable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,14 +339,15 @@ export default function DATable({breakdown_data, selectedTimespan, isMonthly}: {
const createDAConsumers = useCallback((da_row) => {
if (!master) return;

const tempBrokeChains = ["orderly", "manta", "derive", "ancient8"]
const tempBrokeChains = ["orderly", "manta", "derive", "ancient8", "karak"]
let more = 0;


const retHTML = da_row.chains.values.map((chain, index) => {

if (chain[1] && chain[1] !== "gitcoin_pgn" && !tempBrokeChains.includes(chain[1])) {

console.log(chain[1])
console.log(AllChainsByKeys[chain[1]] ? "" : master.custom_logos[chain[1]].body)

return (
<Icon
Expand Down

0 comments on commit e851bbe

Please sign in to comment.