Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Apr 23, 2019
1 parent bfaf8f6 commit 07de3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/withESI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function withESI<P>(
this.esi = esi || {};
this.state.childProps = childProps;

if (typeof window.navigator === 'undefined') {
if (typeof navigator === 'undefined') {
return;
}

Expand Down

0 comments on commit 07de3bb

Please sign in to comment.