diff --git a/src/components/ui/badges/Snapshot.tsx b/src/components/ui/badges/Snapshot.tsx index cb9bc6a928..cadc6a3e42 100644 --- a/src/components/ui/badges/Snapshot.tsx +++ b/src/components/ui/badges/Snapshot.tsx @@ -6,7 +6,9 @@ interface Props extends ButtonProps { } export default function Snapshot({ snapshotURL, mt }: Props) { - const url = snapshotURL.includes('testnet') ? snapshotURL : `https://snapshot.org/#${snapshotURL}`; + const url = snapshotURL.includes('testnet') + ? snapshotURL + : `https://snapshot.org/#${snapshotURL}`; return (