mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 23:48:47 +00:00
[eslint] updated eslintrc and improved the code (#4702)
This commit is contained in:
@@ -18,10 +18,10 @@ class CommonToolbar extends React.Component {
|
||||
return (
|
||||
<div className="common-toolbar">
|
||||
{isPro && (
|
||||
<Search
|
||||
<Search
|
||||
repoID={this.props.repoID}
|
||||
placeholder={searchPlaceholder}
|
||||
onSearchedClick={this.props.onSearchedClick}
|
||||
onSearchedClick={this.props.onSearchedClick}
|
||||
/>
|
||||
)}
|
||||
<Notification />
|
||||
|
Reference in New Issue
Block a user