Merge branch 'ptr-content' into 'develop'

Pullable: Remove pullingContent={undefined}

See merge request soapbox-pub/soapbox-fe!1659
This commit is contained in:
marcin mikołajczak 2022-07-19 21:56:31 +00:00
commit e7883e4c97

View file

@ -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}
> >