mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add roadmap management to Site settings (#123)
This commit is contained in:
committed by
GitHub
parent
db674eaf6a
commit
e2065b2c5e
@@ -56,12 +56,12 @@ const PostUpdateList = ({
|
||||
{postUpdate.body}
|
||||
</ReactMarkdown>
|
||||
:
|
||||
<React.Fragment>
|
||||
<>
|
||||
<i>{I18n.t('post.updates_box.status_change')}</i>
|
||||
<PostStatusLabel
|
||||
{...postStatuses.find(postStatus => postStatus.id === postUpdate.postStatusId)}
|
||||
/>
|
||||
</React.Fragment>
|
||||
</>
|
||||
}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user