clubs, novel links
This commit is contained in:
@@ -30,7 +30,7 @@ class AllNews extends React.Component<{}, State> {
|
||||
<div className="News__Title">
|
||||
Новости
|
||||
</div>
|
||||
{/*{<ProgressBar progress={50} alternative color={'red'}/>}*/}
|
||||
{/*{<RoundProgressBar progress={50} alternative color={'red'}/>}*/}
|
||||
{news.map(post => (
|
||||
<Link key={post.id} to={`/post/${post.id}`}>
|
||||
<NewsPost {...post} />
|
||||
|
||||
Reference in New Issue
Block a user