diff --git a/client/coral-embed-stream/src/CommentStream.js b/client/coral-embed-stream/src/CommentStream.js
index c46785ec6..f1eb8743b 100644
--- a/client/coral-embed-stream/src/CommentStream.js
+++ b/client/coral-embed-stream/src/CommentStream.js
@@ -6,8 +6,7 @@ import gql from 'graphql-tag';
import {
itemActions,
-
- // Notification,
+ Notification,
notificationActions,
authActions
} from '../../coral-framework';
@@ -38,7 +37,7 @@ const {addItem, updateItem, postItem, getStream, postAction, deleteAction, appen
const {addNotification, clearNotification} = notificationActions;
const {logout, showSignInDialog} = authActions;
-const assetID = 'be97065d-f0eb-44a8-8efb-b416229afdc3';
+const assetID = '4807a33a-894a-4351-8eb5-a8e0091af568';
class CommentStream extends Component {
@@ -128,7 +127,7 @@ class CommentStream extends Component {
{currentUser && }
{
- status === 'open'
+ asset.closedAt === null
?