Allow updating description even after contract close

This commit is contained in:
Austin Chen 2022-01-19 10:46:36 -05:00
parent 5ac77674ed
commit b704f4fe78

View File

@ -177,7 +177,6 @@ export function ContractDescription(props: {
<Linkify text={contract.description} />
<br />
{isCreator &&
!contract.resolution &&
(editing ? (
<form className="mt-4">
<Textarea