Fix: set multiColumn value for /explore Statuses (#24314)
parent
9c84563008
commit
74f56c64fc
|
@ -88,7 +88,9 @@ class Explore extends React.PureComponent {
|
||||||
<Route path='/explore/tags' component={Tags} />
|
<Route path='/explore/tags' component={Tags} />
|
||||||
<Route path='/explore/links' component={Links} />
|
<Route path='/explore/links' component={Links} />
|
||||||
<Route path='/explore/suggestions' component={Suggestions} />
|
<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>
|
</Switch>
|
||||||
|
|
||||||
<Helmet>
|
<Helmet>
|
||||||
|
|
Loading…
Reference in New Issue