This commit is contained in:
James Barnsley
2017-05-22 20:23:46 +12:00
parent 87953b1a25
commit fa07706a01

View File

@ -10,7 +10,10 @@ import * as mopidyActions from '../services/mopidy/actions'
class VolumeControl extends React.Component{
constructor(props) {
super(props);
super(props)
this.state = {
expanded: false
}
}
handleClick(e){