Skip to content

Commit

Permalink
Add voting system indication for ERC-20 and ERC-721 ProposalSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrila committed Feb 5, 2024
1 parent fb153aa commit 0569025
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Proposals/ProposalSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ export default function ProposalSummary({
<Text textStyle="text-lg-mono-medium">{t('proposalSummaryTitle')}</Text>
<Box marginTop={4}>
<Divider color="chocolate.700" />
<InfoRow
property={t('votingSystem')}
value={t('singleSnapshotVotingSystem')}
/>
<InfoRow
property={t('proposalSummaryStartDate')}
value={format(startBlockTimeStamp * 1000, DEFAULT_DATE_TIME_FORMAT)}
Expand Down

0 comments on commit 0569025

Please sign in to comment.