whoops, committed broken code

This commit is contained in:
Riley Davis
2017-01-20 15:58:36 -07:00
parent dfc073ab10
commit 0dcc912fd0
+2 -2
View File
@@ -144,11 +144,11 @@ class Embed extends Component {
</div>
: <p>{asset.settings.closedMessage}</p>
}
{!loggedIn && <SignInContainer offset={signInOffset}/>}
<Stream
asset={asset}
currentUser={currentUser}
currentUser={user}
comments={asset.comments} />
{!loggedIn && <SignInContainer offset={signInOffset}/>}
<Notification
notifLength={4500}
clearNotification={this.props.clearNotification}