Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
brickpop committed Nov 28, 2024
1 parent ab10737 commit 3669b5f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/emergency-multisig/pages/proposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ export default function ProposalDetail({ id: proposalId }: { id: string }) {
stages={proposalStage}
description="The onchain emergency multisig flow allows its members to create proposals that, if approved by a super majority, will be executed directly by the DAO."
/>
<ProposalActions actions={proposal.actions} />
<ProposalActions
actions={proposal.actions}
emptyListDescription="Either the proposal has no actions or they cannot be decrypted by your account"
/>
</div>
<div className="flex flex-col gap-y-6 md:w-[33%]">
<CardResources resources={proposal.resources} title="Resources" />
Expand Down

0 comments on commit 3669b5f

Please sign in to comment.