~cytrogen/masto-fe

d874a7a10f7cab9b3fe2eb3a088b7c0dff95c7ee — Tdxdxoz 3 years ago a8f0592
[Glitch] Fix: set multiColumn value for /explore Statuses

Port 74f56c64fc0aa0dce0dc2c267aa8a212569e9673 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 3 insertions(+), 1 deletions(-)

M app/javascript/flavours/glitch/features/explore/index.jsx
M app/javascript/flavours/glitch/features/explore/index.jsx => app/javascript/flavours/glitch/features/explore/index.jsx +3 -1
@@ 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>