Skip to content

Commit

Permalink
show stream after camera
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 14, 2017
1 parent c25bdd6 commit 69e3798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/containers/Toad.js
Expand Up @@ -140,13 +140,13 @@ class Toad extends Component {

return (
<div>
<Stream
pictures={pictures}
/>
<Camera
addPicture={this.addPicture}
channel={channel}
/>
<Stream
pictures={pictures}
/>
</div>
)
}
Expand Down

0 comments on commit 69e3798

Please sign in to comment.