Skip to content

Commit

Permalink
compose withNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Donahue committed May 27, 2022
1 parent 4241556 commit ef1e09f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/FullPageOfflineBlockingView.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,5 @@ FullPageOfflineBlockingView.propTypes = propTypes;

export default compose(
withLocalize,
withOnyx({
network: {
key: ONYXKEYS.NETWORK,
},
}),
withNetwork(),
)(FullPageOfflineBlockingView);

0 comments on commit ef1e09f

Please sign in to comment.