mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 18:37:23 +08:00
whoops, committed broken code
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user