Allow updating description even after contract close
This commit is contained in:
parent
5ac77674ed
commit
b704f4fe78
|
@ -177,7 +177,6 @@ export function ContractDescription(props: {
|
||||||
<Linkify text={contract.description} />
|
<Linkify text={contract.description} />
|
||||||
<br />
|
<br />
|
||||||
{isCreator &&
|
{isCreator &&
|
||||||
!contract.resolution &&
|
|
||||||
(editing ? (
|
(editing ? (
|
||||||
<form className="mt-4">
|
<form className="mt-4">
|
||||||
<Textarea
|
<Textarea
|
||||||
|
|
Loading…
Reference in New Issue
Block a user