parse genres from tmdb
popup to add a new tag manually added some key props to prevent warnings
This commit is contained in:
@@ -66,7 +66,7 @@ class Player extends React.Component {
|
||||
<hr/>
|
||||
<div className='sidebartitle'>Tags:</div>
|
||||
{this.state.tags.map((m) => (
|
||||
<Tag>{m.tag_name}</Tag>
|
||||
<Tag key={m.tag_name}>{m.tag_name}</Tag>
|
||||
))}
|
||||
</SideBar>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user