Skip to content

Commit cd18af8

Browse files
committed
chore(lock): lock file
1 parent 7d75735 commit cd18af8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/withLoadingState.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ export function withLoadingState(Component) {
1818
renderComponent(Component),
1919
withPropsOnChange(["networkStatus"], ({ networkStatus }) => {
2020
return {
21-
activelyRefetching: activelyRefetching(props.networkStatus),
22-
passivelyRefetching: passivelyRefetching(props.networkStatus),
23-
fetchingMore: fetchingMore(props.networkStatus)
21+
activelyRefetching: activelyRefetching(networkStatus),
22+
passivelyRefetching: passivelyRefetching(networkStatus),
23+
fetchingMore: fetchingMore(networkStatus)
2424
};
2525
})
2626
);

0 commit comments

Comments
 (0)