Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wormhole-foundation/wormhole-dashboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9c4b2691c731742c5757755f0e29fd14b8cec986
Choose a base ref
..
head repository: wormhole-foundation/wormhole-dashboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3408b251c83e13b3ed7f4ead4c852c4a5aef1a7
Choose a head ref
Showing with 1 addition and 2 deletions.
  1. +0 −1 dashboard/src/components/FTMetrics.tsx
  2. +1 −1 dashboard/src/components/Main.tsx
1 change: 0 additions & 1 deletion dashboard/src/components/FTMetrics.tsx
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@ function FTMetrics() {
<Box textAlign="center" my={8} mx={4}>
<Typography variant="h3">FT Metrics are currently only supported in Mainnet</Typography>
</Box>

</>
);
}
2 changes: 1 addition & 1 deletion dashboard/src/components/Main.tsx
Original file line number Diff line number Diff line change
@@ -107,7 +107,7 @@ function NavLinks() {
</Hidden>
</NavLink>
</>
)
);
}

function Main() {