diff --git a/client/coral-plugin-stream/Stream.js b/client/coral-plugin-stream/Stream.js index 377f9c037..2ec84af24 100644 --- a/client/coral-plugin-stream/Stream.js +++ b/client/coral-plugin-stream/Stream.js @@ -3,9 +3,8 @@ import {graphql} from 'react-apollo'; import gql from 'graphql-tag'; import {fetchSignIn} from 'coral-framework/actions/auth'; import RileysAwesomeCommentBox from 'coral-plugin-stream/RileysAwesomeCommentBox'; -import CommentBody from 'coral-plugin-commentcontent/CommentContent'; -const assetID = 'bc7b4cef-1e14-46e1-9db4-66465192f168'; +const assetID = '6187a94b-0b6d-4a96-ac6b-62b529cd8410'; // MyComponent is a "presentational" or apollo-unaware component, // It could be a simple React class: @@ -30,23 +29,23 @@ class Stream extends Component { :

Asset ID: {data.asset.id}

+ + ; }) } -
+ + } ; }