Fix merge conflict type issue

This commit is contained in:
Lourens Schep 2022-05-10 09:48:43 -03:00
parent 03cb7e5a42
commit 780fbffc68
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export const TaskListCompletedHeaderWithCES: React.FC< TaskListCompletedHeaderPr
updateOptions( {
[ SHOWN_FOR_ACTIONS_OPTION_NAME ]: [
CES_ACTION,
...cesShownForActions,
...( cesShownForActions || [] ),
],
} );
setSubmittedScore( true );