Skip to content

Commit

Permalink
Testing show ethereum missing
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed May 3, 2024
1 parent 45e2ee3 commit 0f6787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/ComparisonChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@ export default function ComparisonChart({

// const { width, height } = useWindowSize();

console.log(data);
console.log(data.filter((d) => d.name === "ethereum").length > 0);

useLayoutEffect(() => {
if (chartComponent.current) {
Expand Down

0 comments on commit 0f6787e

Please sign in to comment.