From 8255f0174c50c40e82c73d48259241443151feba Mon Sep 17 00:00:00 2001 From: Danny Skubak Date: Tue, 5 Nov 2019 14:41:08 -0500 Subject: [PATCH] remove funding required filter (#62) --- frontend/client/components/Proposals/Filters/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/client/components/Proposals/Filters/index.tsx b/frontend/client/components/Proposals/Filters/index.tsx index 26933ef5..ac1479a0 100644 --- a/frontend/client/components/Proposals/Filters/index.tsx +++ b/frontend/client/components/Proposals/Filters/index.tsx @@ -72,6 +72,7 @@ export default class ProposalFilters extends React.Component { PROPOSAL_STAGE.PREVIEW, PROPOSAL_STAGE.FAILED, PROPOSAL_STAGE.CANCELED, + PROPOSAL_STAGE.FUNDING_REQUIRED ].includes(s as PROPOSAL_STAGE), ) // skip a few .map(s => (