fix showMature
This commit is contained in:
parent
d496219ab4
commit
8e36a7da9d
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ import { getSearchQueryString } from 'util/query-params';
|
||||||
import SearchPage from './view';
|
import SearchPage from './view';
|
||||||
|
|
||||||
const select = (state, props) => {
|
const select = (state, props) => {
|
||||||
|
const showMature = selectShowMatureContent(state);
|
||||||
const urlParams = new URLSearchParams(props.location.search);
|
const urlParams = new URLSearchParams(props.location.search);
|
||||||
|
|
||||||
let urlQuery = urlParams.get('q') || null;
|
let urlQuery = urlParams.get('q') || null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue