[Glitch] Fix: set multiColumn value for /explore Statuses

Port 74f56c64fc to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Tdxdxoz 1 year ago committed by Claire
parent a8f0592b72
commit d874a7a10f
  1. 4
      app/javascript/flavours/glitch/features/explore/index.jsx

@ -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>

Loading…
Cancel
Save