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
|
||||
? __("Search results for %s", params.query)
|
||||
: __("Search");
|
||||
case "discover":
|
||||
case "discover":
|
||||
case false:
|
||||
case null:
|
||||
case "":
|
Loading…
Add table
Reference in a new issue