mirror of
				https://github.com/owncast/owncast.git
				synced 2025-11-04 13:27:21 +08:00 
			
		
		
		
	Add key to ArticleItem list
This commit is contained in:
		@ -57,7 +57,7 @@ export default function NewsFeed() {
 | 
				
			|||||||
    <section className="news-feed form-module">
 | 
					    <section className="news-feed form-module">
 | 
				
			||||||
      <Title level={2}>News & Updates from Owncast</Title>
 | 
					      <Title level={2}>News & Updates from Owncast</Title>
 | 
				
			||||||
      {feed.map(item => (
 | 
					      {feed.map(item => (
 | 
				
			||||||
        <ArticleItem {...item} />
 | 
					        <ArticleItem {...item} key={item.url} />
 | 
				
			||||||
      ))}
 | 
					      ))}
 | 
				
			||||||
    </section>
 | 
					    </section>
 | 
				
			||||||
  );
 | 
					  );
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user