fix: questions closed cannot write answer

This commit is contained in:
shuai 2023-03-15 11:12:00 +08:00
parent 940debda7f
commit bad0eaf12d
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ const Index = () => {
</div>
)}
{!isLoading && !question?.operation?.operation_type && (
{!isLoading && !question?.operation?.type && (
<WriteAnswer
data={{
qid,