File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -157,11 +157,10 @@ const LearnerPostsView = () => {
157157 < Confirmation
158158 isOpen = { isDeleting }
159159 title = { intl . formatMessage ( messages . deletePostsTitle ) }
160- description = { learnerLoadingStatus === RequestStatus . SUCCESSFUL
161- ? intl . formatMessage ( messages . deletePostsDescription , {
162- count : bulkDeleteStats . threadCount + bulkDeleteStats . commentCount ,
163- bulkType : isDeletingCourseOrOrg ,
164- } ) : '' }
160+ description = { intl . formatMessage ( messages . deletePostsDescription , {
161+ count : bulkDeleteStats . threadCount + bulkDeleteStats . commentCount ,
162+ bulkType : isDeletingCourseOrOrg ,
163+ } ) }
165164 boldDescription = { intl . formatMessage ( messages . deletePostsBoldDescription ) }
166165 onClose = { hideDeleteConfirmation }
167166 confirmAction = { ( ) => handleDeletePosts ( isDeletingCourseOrOrg ) }
You can’t perform that action at this time.
0 commit comments