Skip to content

Commit

Permalink
Merge pull request #130 from CMSgov/ch-04082020-dependabot
Browse files Browse the repository at this point in the history
Update yarn.lock for Dependabot
  • Loading branch information
christopherhuii committed Apr 9, 2020
2 parents 996f87a + bc995eb commit a9c76b5
Show file tree
Hide file tree
Showing 2 changed files with 1,144 additions and 782 deletions.
1 change: 0 additions & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ if (typeof (window as any).TextEncoder === 'undefined') {

let app;
const browser: any = detect();
console.log(browser.name);
if (browser.name === 'ie') {
app = <UnsupportedBrowser />;
} else {
Expand Down

0 comments on commit a9c76b5

Please sign in to comment.