Skip to content

Commit

Permalink
fix(default.gbui): Temp. rem. of fingerprint2 lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 27, 2020
1 parent 5988241 commit 414f29c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/default.gbui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"botframework-webchat": "^4.7.1",
"deep-extend": "0.6.0",
"fetch": "1.1.0",
"fingerprintjs2": "^2.1.0",
"msal": "^1.2.0",
"powerbi-client": "2.10.2",
"react": "^16.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/default.gbui/src/GBUIApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { DirectLine } from 'botframework-directlinejs';
import { ConnectionStatus } from 'botframework-directlinejs';
import ReactWebChat from 'botframework-webchat';
import { UserAgentApplication } from 'msal';
import Fingerprint2 from 'fingerprintjs2';


class GBUIApp extends React.Component {
constructor() {
Expand Down

0 comments on commit 414f29c

Please sign in to comment.