File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
ConfigPage/ConfigContainer/ConfigCommand Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ export default class App extends React.Component{
42
42
if ( this . twitch ) {
43
43
this . twitch . onAuthorized ( ( auth ) => {
44
44
this . Authentication . setToken ( auth . token , auth . userId )
45
- this . twitch . rig . log ( auth . token )
46
45
if ( ! this . state . finishedLoading ) {
47
46
this . setState ( ( ) => {
48
47
return { finishedLoading :true }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default class ConfigCommand extends React.Component{
13
13
Delete
14
14
</ div >
15
15
< div className = "config-command-command" >
16
- Comamnd : { this . props . command . command } < br />
16
+ Command : { this . props . command . command } < br />
17
17
Description: { this . props . command . description }
18
18
</ div >
19
19
</ div >
You can’t perform that action at this time.
0 commit comments