sforkowany z mirror/soapbox
Merge branch 'ptr-content' into 'develop'
Pullable: Remove pullingContent={undefined} See merge request soapbox-pub/soapbox-fe!1659rtk-query
commit
e7883e4c97
|
@ -13,7 +13,6 @@ interface IPullable {
|
|||
*/
|
||||
const Pullable: React.FC<IPullable> = ({ children }) =>(
|
||||
<PullToRefresh
|
||||
pullingContent={undefined}
|
||||
// @ts-ignore
|
||||
refreshingContent={null}
|
||||
>
|
||||
|
|
Ładowanie…
Reference in New Issue