Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit a83a03b

Browse files
author
Chiedo
committed
Featured image no longer required
1 parent 5dd4f1f commit a83a03b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/BlogPostGenerator.js

-4
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ tags: ${tagsHeading}
171171
alertMsg += '- An author is required\n'
172172
}
173173

174-
if(!this.state.featuredImage){
175-
alertMsg += '- A featured image is required\n'
176-
}
177-
178174
if(!this.state.editorContent){
179175
alertMsg += '- A blog post is required\n'
180176
}

0 commit comments

Comments
 (0)