Skip to content

Commit

Permalink
fix popover when proposal is being executed. (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoncalves authored Sep 16, 2024
1 parent 8e1bf48 commit e911750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/proposals/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ const PageWithProposal = (proposal: PageWithProposal) => {
The proposal is not ready to be executed yet. It should be ready on:{' '}
{proposalEtaHumanDate}
</p>
) : isExecuting ? (
<p className="text-[12px] font-bold mb-1">The proposal is being executed.</p>
) : (
<p className="text-[12px] font-bold mb-1">The proposal can be executed.</p>
)
Expand Down

0 comments on commit e911750

Please sign in to comment.