Skip to content
Snippets Groups Projects
Unverified Commit 74f56c64 authored by Tdxdxoz's avatar Tdxdxoz Committed by GitHub
Browse files

Fix: set multiColumn value for /explore Statuses (#24314)

parent 9c845630
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,9 @@ class Explore extends React.PureComponent {
<Route path='/explore/tags' component={Tags} />
<Route path='/explore/links' component={Links} />
<Route path='/explore/suggestions' component={Suggestions} />
<Route exact path={['/explore', '/explore/posts', '/search']} component={Statuses} componentParams={{ multiColumn }} />
<Route exact path={['/explore', '/explore/posts', '/search']}>
<Statuses multiColumn={multiColumn} />
</Route>
</Switch>
<Helmet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment