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 => (