remove the collapse option from task show instructions (#1444)

Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
jasquat 2024-04-24 13:37:48 +00:00 committed by GitHub
parent ced3bffd69
commit 2b84fbad71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -466,7 +466,6 @@ export default function TaskShow() {
component: (
<InstructionsForEndUser
task={taskWithTaskData}
allowCollapse
className="with-bottom-margin"
/>
),