From 8e36a7da9d6bfc7bc3c4faf0a6a30e5c472b411d Mon Sep 17 00:00:00 2001 From: zeppi Date: Thu, 15 Jul 2021 09:56:52 -0400 Subject: [PATCH] fix showMature --- ui/page/search/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/page/search/index.js b/ui/page/search/index.js index ee26ac884..30558e61a 100644 --- a/ui/page/search/index.js +++ b/ui/page/search/index.js @@ -13,6 +13,7 @@ import { getSearchQueryString } from 'util/query-params'; import SearchPage from './view'; const select = (state, props) => { + const showMature = selectShowMatureContent(state); const urlParams = new URLSearchParams(props.location.search); let urlQuery = urlParams.get('q') || null;