kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix display of global feed
rodzic
207b73b837
commit
bb4608d35d
|
@ -49,7 +49,7 @@ const PostsTab = () => {
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{tokens.size ? <PublicTimeline /> : <SearchResults /> }
|
{tokens.size ? <SearchResults /> : <PublicTimeline />}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
@ -153,9 +153,9 @@ const ExplorePage = () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact path={'/explore'} component={PostsTab} />
|
<Route exact path='/explore' component={PostsTab} />
|
||||||
{features.nostr && <Route path={'/explore/trends'} component={TrendsTab} />}
|
{features.nostr && <Route path='/explore/trends' component={TrendsTab} />}
|
||||||
<Route path={'/explore/accounts'} component={AccountsTab} />
|
<Route path='/explore/accounts' component={AccountsTab} />
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
Ładowanie…
Reference in New Issue