Skip to content

Commit

Permalink
Update SearchForm.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Mar 16, 2024
1 parent 4ef2f8b commit 69550ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search/SearchForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SearchForm extends React.Component {
hintText={
small
? strings.search_title
: `${strings.search_title.slice(0, -13)}...`
: `${strings.search_title?.slice(0, -13)}...`
}
value={this.state.query}
onChange={this.handleChange}
Expand Down

0 comments on commit 69550ee

Please sign in to comment.