From a65d3e9891f9b19e108409fe1b6fe7641adec01b Mon Sep 17 00:00:00 2001 From: Jason Schrader Date: Sat, 13 Apr 2024 06:33:05 -0700 Subject: [PATCH] fix: add ccip-020 to vote tab in pending status --- src/components/tabs/voting.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/components/tabs/voting.tsx b/src/components/tabs/voting.tsx index d7c447a..ff6121a 100644 --- a/src/components/tabs/voting.tsx +++ b/src/components/tabs/voting.tsx @@ -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 ( @@ -93,6 +94,19 @@ function Voting() { + +

+ + + +

+ + + +
);