Skip to content

Commit

Permalink
fix: add ccip-020 to vote tab in pending status
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Apr 13, 2024
1 parent 6c12db5 commit a65d3e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/components/tabs/voting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import CCIP014 from "../votes/ccip-014";
import CCIP017 from "../votes/ccip-017";
import CCIP021 from "../votes/ccip-021";
import VoteTitle from "../votes/vote-title";
import CCIP020 from "../votes/ccip-020";

function Voting() {
return (
Expand Down Expand Up @@ -93,6 +94,19 @@ function Voting() {
<CCIP021 />
</AccordionPanel>
</AccordionItem>
<AccordionItem>
<h2>
<AccordionButton>
<VoteTitle
title="Vote 7: Graceful Protocol Shutdown"
status="pending"
/>
</AccordionButton>
</h2>
<AccordionPanel pb={4}>
<CCIP020 />
</AccordionPanel>
</AccordionItem>
</Accordion>
</Stack>
);
Expand Down

0 comments on commit a65d3e9

Please sign in to comment.