Merge branch 'ptr-content' into 'develop'
Pullable: Remove pullingContent={undefined} See merge request soapbox-pub/soapbox-fe!1659
This commit is contained in:
commit
e7883e4c97
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ interface IPullable {
|
||||||
*/
|
*/
|
||||||
const Pullable: React.FC<IPullable> = ({ children }) =>(
|
const Pullable: React.FC<IPullable> = ({ children }) =>(
|
||||||
<PullToRefresh
|
<PullToRefresh
|
||||||
pullingContent={undefined}
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
refreshingContent={null}
|
refreshingContent={null}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue