Remove unused prop

This commit is contained in:
hypnos 2017-11-08 02:56:13 +03:00
parent 56b908ca40
commit 9af3afc42e

View File

@ -109,8 +109,6 @@ export default class SearchBox extends React.Component {
style={modalStyle}
contentLabel="Search"
shouldReturnFocusAfterClose={false}
// see https://github.com/reactjs/react-modal/pull/540/files#r148984350
shouldFocusAfterRender={false}
>
<FuzzySearch
list={formatStories(this.props.stories)}