Fix formatting
parent
08c74aea06
commit
5af8e0e0fb
|
@ -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}` : ''
|
||||
|
||||
|
|
Loading…
Reference in New Issue