Pullable: Remove pullingContent={undefined}

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
merge-requests/1659/head
marcin mikołajczak 2022-07-19 23:44:11 +02:00
rodzic 077b2398ba
commit f6900ed6ca
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,6 @@ interface IPullable {
*/
const Pullable: React.FC<IPullable> = ({ children }) =>(
<PullToRefresh
pullingContent={undefined}
// @ts-ignore
refreshingContent={null}
>