Refractoring: Removed unnecessary component Reactview

This commit is contained in:
Leoh 2021-10-19 19:08:05 +05:30
parent 30dd6590ec
commit 0cd5fde19c
5 changed files with 9 additions and 21 deletions

View file

@ -11,8 +11,8 @@ let credentials = ""
class App extends React.Component<any,any> {
constructor(props: any) {
super(props)
username = this.props.username
credentials = this.props.apiToken
username = this.props.plugin.settings.userID
credentials = this.props.plugin.settings.apiToken
this.state = {
isLoaded: false,
user_data: {