feat(explorer): basic proposal overview

This commit is contained in:
Edd
2023-03-10 16:26:56 +00:00
parent fa871a49c7
commit f4bd7b741e
@@ -40,7 +40,6 @@ export const ProposalSummary = ({
const openDialog = () => {
if (!terms) return;
setDialog({
open: true,
title: rationale?.title || t('Proposal details'),