mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 11:47:56 +01:00
Add basic version of post show page
This commit is contained in:
@@ -16,6 +16,7 @@ const PostList = ({ posts, boards }: Props) => (
|
||||
posts.length > 0 ?
|
||||
posts.map((post, i) => (
|
||||
<PostListItem
|
||||
id={post.id}
|
||||
title={post.title}
|
||||
boardName={boards.find(board => board.id === post.board_id).name}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user