diff --git a/src/js/bootstrap.js b/src/js/bootstrap.js index 4ab835e1..9f381e3a 100755 --- a/src/js/bootstrap.js +++ b/src/js/bootstrap.js @@ -35,7 +35,10 @@ var initialState = { username: '', connections: [], connected: false, - port: 6681 + port: 6681, + version: { + current: '0.0.0' + } }, spotify: { connected: false, diff --git a/src/js/components/PusherConnectionList.js b/src/js/components/PusherConnectionList.js index f2af04a3..57b544ce 100755 --- a/src/js/components/PusherConnectionList.js +++ b/src/js/components/PusherConnectionList.js @@ -38,9 +38,11 @@ class PusherConnectionList extends React.Component{ if( connection.connectionid == this.props.pusher.connectionid ) isMe = true; return (