Skip to content

Commit f723546

Browse files
ladeirarodolfodannyrb
authored andcommitted
fix: 🐛 Fix issue on not loading gcloud (#919)
Fixed issue on not loading gcloud. Error on name variable declaration
1 parent 348b894 commit f723546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/viewer/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class App extends Component {
8383
constructor(props) {
8484
super(props);
8585

86-
this.appConfig = props;
86+
this._appConfig = props;
8787
const { servers, extensions, hotkeys, oidc } = props;
8888

8989
this.initUserManager(oidc);

0 commit comments

Comments
 (0)