letter capitalization

This commit is contained in:
Kim, Jimin 2021-07-31 08:30:15 +09:00
parent 1aaedcd8bb
commit 69cd00094c

View file

@ -85,7 +85,7 @@ export default class PostList extends React.Component<
const howMany = props.howMany | 0 const howMany = props.howMany | 0
const isLimited = howMany ? true : false const isLimited = howMany ? true : false
const h1Text = isLimited ? `recent posts` : "All posts" const h1Text = isLimited ? `Recent Posts` : "All Posts"
this.state = { this.state = {
howMany: howMany, howMany: howMany,