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'),