From e14b1155e27003e500d289e7ec56e425fd43338f Mon Sep 17 00:00:00 2001 From: Kellar Date: Mon, 15 Apr 2024 22:27:42 +0100 Subject: [PATCH] Prettier --- src/components/ui/badges/Snapshot.tsx | 4 +++- src/hooks/DAO/loaders/snapshot/index.ts | 3 ++- src/hooks/DAO/loaders/snapshot/useSnapshotProposals.ts | 4 +--- 3 files changed, 6 insertions(+), 5 deletions(-) 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 (