diff --git a/assets/js/admin/first-course-creation-notice.js b/assets/js/admin/first-course-creation-notice.js index e0b3775bc8..6d320789cf 100644 --- a/assets/js/admin/first-course-creation-notice.js +++ b/assets/js/admin/first-course-creation-notice.js @@ -16,7 +16,7 @@ export const getOutlineBlock = () => select( 'core/block-editor' ).getBlocks() ); -export const handleCourseOutlineBlockIncomplete = async () => { +export const handleCourseOutlineBlockIncomplete = () => { const courseOutlineBlock = getOutlineBlock(); // If the course outline block exists, just select it.