kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Pullable: Remove pullingContent={undefined}
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>environments/review-develop-3zknud/deployments/594^2
rodzic
077b2398ba
commit
f6900ed6ca
|
@ -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}
|
||||||
>
|
>
|
||||||
|
|
Ładowanie…
Reference in New Issue