Skip to content

Commit

Permalink
improve: link to dispute cli tool if no data available (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
daywiss authored Dec 31, 2024
2 parents e35a190 + 242fcac commit 7bf0db5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/components/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
import { usePageContext } from "@/hooks";
import { useQueryInSearchParams } from "@/hooks/useQueryInSearchParams";
import type { ReactNode } from "react";
import { LegacyDappLinkBanner } from "./LegacyDappLinkBanner";
import StyledComponentsRegistry from "./StyledComponentsRegistry";
import { useFiltersInSearchParams } from "@/hooks/useFiltersInSearchParams";

Expand All @@ -22,7 +21,6 @@ export function Layout({ children }: { children: ReactNode }) {
return (
<StyledComponentsRegistry>
<main>
<LegacyDappLinkBanner />
<ErrorBanner />
<Header page={page} />
<Filters />
Expand Down
4 changes: 0 additions & 4 deletions src/contexts/OracleDataContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,6 @@ export function OracleDataProvider({ children }: { children: ReactNode }) {
// if the app is configured correctly
addErrorMessage({
text: "Currently unable to fetch all data, check back later",
link: {
text: "Use the Legacy Dapp instead",
href: "https://legacy.oracle.uma.xyz",
},
});
}
});
Expand Down

0 comments on commit 7bf0db5

Please sign in to comment.