Remove dead code for pager (#2651)
This commit is contained in:
parent
f0e046a44b
commit
b7056365dd
6 changed files with 13 additions and 35 deletions
|
@ -337,7 +337,6 @@ export function SearchScreenInner({
|
|||
if (hasSession) {
|
||||
return query ? (
|
||||
<Pager
|
||||
tabBarPosition="top"
|
||||
onPageSelected={onPageSelected}
|
||||
renderTabBar={props => (
|
||||
<CenteredView
|
||||
|
@ -380,7 +379,6 @@ export function SearchScreenInner({
|
|||
|
||||
return query ? (
|
||||
<Pager
|
||||
tabBarPosition="top"
|
||||
onPageSelected={onPageSelected}
|
||||
renderTabBar={props => (
|
||||
<CenteredView
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue