move redux code into /redux
This commit is contained in:
parent
cdbfd73893
commit
6d39d22ac7
35 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ export const selectPageTitle = createSelector(
|
||||||
return params.query
|
return params.query
|
||||||
? __("Search results for %s", params.query)
|
? __("Search results for %s", params.query)
|
||||||
: __("Search");
|
: __("Search");
|
||||||
case "discover":
|
case "discover":
|
||||||
case false:
|
case false:
|
||||||
case null:
|
case null:
|
||||||
case "":
|
case "":
|
Loading…
Reference in a new issue