Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Fixes bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jun 2, 2017
1 parent bb32af9 commit 6e8b85d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
export default {
HOST: 'http://ruarua.live',
//HOST: 'http://localhost:8080',

}
1 change: 1 addition & 0 deletions src/components/Screen/Screen.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class screen extends React.Component {
const screen = this.props.items.length;
const bgClass = this.props.layouts.open ? 'navOpenClass' : '';
this.props.items.forEach((item, key) => {
items.push(<ScreenItem key={`${item.roomId}${item}`} screenCount={screen} item={item} />)
})

return (
Expand Down

0 comments on commit 6e8b85d

Please sign in to comment.