Skip to content

Commit

Permalink
fixing ethereum not being shown
Browse files Browse the repository at this point in the history
  • Loading branch information
mokelgit committed Jan 15, 2025
1 parent c029efc commit 14e3ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(layout)/chains/[chain]/page.tsx
Original file line number Diff line number Diff line change
@@ -1066,7 +1066,7 @@ const Chain = ({ params }: { params: any }) => {
)}
</Container>

{master && overviewData !== null && chainKey !== "ethereum" && (
{master && overviewData !== null && (
<>
<Container className="flex flex-col w-full pt-[30px] md:pt-[60px]">
<div className="flex items-center justify-between md:text-[36px] mb-[15px] relative">

0 comments on commit 14e3ac2

Please sign in to comment.