mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Add parenthesis
This commit is contained in:
parent
6d36be5311
commit
cc089fe92b
@ -45,6 +45,7 @@ const SearchBar = React.createClass({
|
|||||||
*
|
*
|
||||||
* AND
|
* AND
|
||||||
*
|
*
|
||||||
|
* (
|
||||||
* 2. Condition: `searchQueryProps` and `searchQueryState` are true and equal
|
* 2. Condition: `searchQueryProps` and `searchQueryState` are true and equal
|
||||||
* (which means that the search query has been propagated to the inner
|
* (which means that the search query has been propagated to the inner
|
||||||
* fetch method of `fetchPieceList`, which in turn means that a fetch
|
* fetch method of `fetchPieceList`, which in turn means that a fetch
|
||||||
@ -56,6 +57,7 @@ const SearchBar = React.createClass({
|
|||||||
* `false`, as long as they're equal). This case only occurs when the user
|
* `false`, as long as they're equal). This case only occurs when the user
|
||||||
* has entered a `searchQuery` and deletes the query in one go, reseting
|
* has entered a `searchQuery` and deletes the query in one go, reseting
|
||||||
* `searchQueryProps` to empty string ('' === false) again.
|
* `searchQueryProps` to empty string ('' === false) again.
|
||||||
|
* )
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const firstCondition = !!loading;
|
const firstCondition = !!loading;
|
||||||
|
Loading…
Reference in New Issue
Block a user