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>
|
||||
|
||||
<Switch>
|
||||
<Route exact path={'/explore'} component={PostsTab} />
|
||||
{features.nostr && <Route path={'/explore/trends'} component={TrendsTab} />}
|
||||
<Route path={'/explore/accounts'} component={AccountsTab} />
|
||||
<Route exact path='/explore' component={PostsTab} />
|
||||
{features.nostr && <Route path='/explore/trends' component={TrendsTab} />}
|
||||
<Route path='/explore/accounts' component={AccountsTab} />
|
||||
</Switch>
|
||||
|
||||
</Stack>
|
||||
|
|
Ładowanie…
Reference in New Issue