Only show the integ management button if user is joined
This commit is contained in:
parent
09e6ea00c5
commit
caaf5cca14
2 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ export default class ManageIntegsButton extends React.Component {
|
|||
this.forceUpdate();
|
||||
}, (err) => {
|
||||
this.setState({ scalarError: err});
|
||||
console.error(err);
|
||||
console.error('Error whilst initialising scalarClient for ManageIntegsButton', err);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue