Fix formatting

pull/10616/head
Alex P 2017-03-09 10:49:53 -08:00
parent 08c74aea06
commit 5af8e0e0fb
1 changed files with 10 additions and 3 deletions

View File

@ -150,9 +150,16 @@ export const HostPage = React.createClass({
},
render() {
const {params: {hostID}, location: {query: {app}}, source: {id},
autoRefresh, handleChooseAutoRefresh, inPresentationMode,
handleClickPresentationButton, source} = this.props
const {
params: {hostID},
location: {query: {app}},
source: {id},
autoRefresh,
handleChooseAutoRefresh,
inPresentationMode,
handleClickPresentationButton,
source,
} = this.props
const {layouts, timeRange, hosts} = this.state
const appParam = app ? `?app=${app}` : ''