Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99fe502

Browse files
committed
bug
1 parent 61bf207 commit 99fe502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/app/modules/components/search-form.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class SearchForm extends React.Component {
107107
var {searchString, searchStringRegEx, searchStringCaseSensitive, location, results, full, className, lastUpdate} = this.props;
108108
var hashes = results.map((result) => result.hash);
109109
return (
110-
<div className={"SearchForm" + className}>
110+
<div className={"SearchForm " + className}>
111111
<div className="FormContainer">
112112
{ full? null : <div className="Slogan">CodeGrep!</div> }
113113
<input className="FormInput" type="text" value={searchString} onChange={this.handleSearchChange} placeholder="Search String"/>

0 commit comments

Comments
 (0)