import React from "react"; const Proposals = (props: { proposals: any }) => { const {active, executing} = props.proposals return (