mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
New comments can be created
This commit is contained in:
@@ -59,7 +59,10 @@ class PostP extends React.Component<Props> {
|
||||
|
||||
<p>{post.description}</p>
|
||||
|
||||
<Comments postId={this.props.postId} />
|
||||
<Comments
|
||||
postId={this.props.postId}
|
||||
authenticityToken={authenticityToken}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user