diff --git a/frontend/src/components/Proposals.jsx b/frontend/src/components/Proposals.jsx index d29fcfd..7a1692d 100644 --- a/frontend/src/components/Proposals.jsx +++ b/frontend/src/components/Proposals.jsx @@ -105,7 +105,6 @@ function Proposals() { const onSubmitProposal = useCallback(async (post) => { const web3 = new Web3(provider); const emptyCallbackData = web3.eth.abi.encodeParameter('bytes', '0x00'); - // TODO: Make referenda durations configurable await proposalsContract.current.methods.propose( post.hash, account,