removed unnecesary variable

This commit is contained in:
ue 2019-12-17 23:34:32 +03:00
parent e8ccc5e70a
commit f8727a6941

View File

@ -331,9 +331,7 @@ const PostsView = ({
);
};
const _handleOnScroll = event => {
const currentOffset = event.nativeEvent.contentOffset.y;
const _handleOnScroll = () => {
if (handleOnScroll) {
handleOnScroll();
}