From f4bd7b741ed8d398ca0d8ba5e5666d5827c477da Mon Sep 17 00:00:00 2001 From: Edd Date: Tue, 21 Feb 2023 17:32:24 +0000 Subject: [PATCH] feat(explorer): basic proposal overview --- .../explorer/src/app/components/txs/details/proposal/summary.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/explorer/src/app/components/txs/details/proposal/summary.tsx b/apps/explorer/src/app/components/txs/details/proposal/summary.tsx index a5066d4a0..c67f8c36f 100644 --- a/apps/explorer/src/app/components/txs/details/proposal/summary.tsx +++ b/apps/explorer/src/app/components/txs/details/proposal/summary.tsx @@ -40,7 +40,6 @@ export const ProposalSummary = ({ const openDialog = () => { if (!terms) return; - setDialog({ open: true, title: rationale?.title || t('Proposal details'),