Skip to content

Commit 3fb0e50

Browse files
author
Leadbetter
committed
fixing issue #1
1 parent 9aa5c41 commit 3fb0e50

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/App/App.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default class App extends React.Component{
4242
if(this.twitch){
4343
this.twitch.onAuthorized((auth)=>{
4444
this.Authentication.setToken(auth.token, auth.userId)
45-
this.twitch.rig.log(auth.token)
4645
if(!this.state.finishedLoading){
4746
this.setState(()=>{
4847
return {finishedLoading:true}

src/components/ConfigPage/ConfigContainer/ConfigCommand/ConfigCommand.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default class ConfigCommand extends React.Component{
1313
Delete
1414
</div>
1515
<div className="config-command-command">
16-
Comamnd: {this.props.command.command}<br/>
16+
Command: {this.props.command.command}<br/>
1717
Description: {this.props.command.description}
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)