Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/pages/range/view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export default function ViewRange() {
state.logoMap,
]);



const [
rangePoolAddress,
rangePoolData,
Expand Down Expand Up @@ -422,6 +424,9 @@ export default function ViewRange() {

////////////////////////////////Return

///TODO: insert something to tell the user they are on the wrong chain


return (
<div className="bg-black min-h-screen ">
<Navbar />
Expand Down