mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
Sign In Button Position
This commit is contained in:
@@ -159,7 +159,7 @@ class Stream extends React.Component {
|
||||
};
|
||||
return (
|
||||
<div id="stream">
|
||||
<Slot fill="stream" />
|
||||
|
||||
{open
|
||||
? <div id="commentBox">
|
||||
<InfoBox
|
||||
@@ -203,6 +203,8 @@ class Stream extends React.Component {
|
||||
</div>
|
||||
: <p>{asset.settings.closedMessage}</p>}
|
||||
|
||||
<Slot fill="stream" />
|
||||
|
||||
{loggedIn && (
|
||||
<ModerationLink
|
||||
assetId={asset.id}
|
||||
|
||||
Reference in New Issue
Block a user