From 9a26173b7f1cd266c5e75b533e4365c8ade8f937 Mon Sep 17 00:00:00 2001 From: AhtishamShahid Date: Thu, 1 Dec 2022 12:14:54 +0500 Subject: [PATCH] fix: updated logic to show sidebar --- src/discussions/posts/PostsList.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/discussions/posts/PostsList.jsx b/src/discussions/posts/PostsList.jsx index 9573afdb..7de3bc88 100644 --- a/src/discussions/posts/PostsList.jsx +++ b/src/discussions/posts/PostsList.jsx @@ -21,7 +21,6 @@ import { import { fetchThreads } from './data/thunks'; import NoResults from './NoResults'; import { PostLink } from './post'; -import { selectTopicFilter } from '../topics/data/selectors'; function PostsList({ posts, topics, intl, isTopicTab,