mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add filter by post status
This commit is contained in:
@@ -127,7 +127,7 @@ class NewPost extends React.Component<Props, State> {
|
||||
} = this.state;
|
||||
|
||||
return (
|
||||
<div className="newBoardContainer">
|
||||
<div className="box sidebar-box newBoardContainer">
|
||||
<span className="boardName">{board.name}</span>
|
||||
<span className="boardDescription">{board.description}</span>
|
||||
{/* <span>{this.props.authenticityToken}</span> */}
|
||||
|
||||
Reference in New Issue
Block a user